Re: Issue 1864 in reviewboard: Key Error for files with extension .sc

2010-10-26 Thread reviewboard

Updates:
Status: Confirmed
Owner: chipx86
	Labels: -Priority-Medium Priority-Critical Milestone-Release1.5.x  
Component-DiffViewer


Comment #2 on issue 1864 by chipx86: Key Error for files with extension .sc
http://code.google.com/p/reviewboard/issues/detail?id=1864

I'll get a release out soon with this fix. There is a short-term fix you  
can use, though.


Find the reviewboard/diffviewer/diffutils.py file in your Review Board  
installation. Look for a line saying:


'.sc': '.sc',

Change that to:

'.sc': '.py',

I will also make sure this is in tonight's nightly build.

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 1864 in reviewboard: Key Error for files with extension .sc

2010-10-26 Thread reviewboard

Updates:
Status: Fixed

Comment #3 on issue 1864 by chipx86: Key Error for files with extension .sc
http://code.google.com/p/reviewboard/issues/detail?id=1864

Fixed on release-1.5.x (901eb6a).

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.