Merged master into brownan-chunkscan
This pulls in all the 1.9prep and textures.py updates into brownan-chunkscan
This commit is contained in:
@@ -303,7 +303,7 @@ class DumbFormatter(HighlightingFormatter):
|
||||
line = "*" * min(79,len(line)) + "\n" + line
|
||||
return line
|
||||
else:
|
||||
return super(DumbFormatter, self).highlight(record)
|
||||
return HighlightingFormatter.highlight(self, record)
|
||||
|
||||
|
||||
class ANSIColorFormatter(HighlightingFormatter):
|
||||
|
||||
Reference in New Issue
Block a user