Patch from Raphael Ackermann <raphael.ackermann@gmail.com> -- Fix 0001538: tabs and spaces are mixed in some source files
svn: r9713
This commit is contained in:
@@ -24,11 +24,11 @@ class GtkHandler(logging.Handler):
|
||||
|
||||
"""
|
||||
|
||||
self._record = record
|
||||
self._record = record
|
||||
ErrorView(error_detail=self,rotate_handler=self._rotate_handler)
|
||||
|
||||
def get_formatted_log(self):
|
||||
return self.format(self._record)
|
||||
return self.format(self._record)
|
||||
|
||||
def get_record(self):
|
||||
return self._record
|
||||
return self._record
|
||||
|
Reference in New Issue
Block a user