* task.py:

Remove scrubFilename call.
This commit is contained in:
Thomas Vander Stichele
2011-08-08 11:37:09 +00:00
parent bc62f92ce4
commit ac2ab6a34a
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2011-08-08 Thomas Vander Stichele <thomas at apestaart dot org>
* task.py:
Remove scrubFilename call.
2011-08-08 Thomas Vander Stichele <thomas at apestaart dot org>
* task.py:

View File

@@ -54,7 +54,6 @@ def _getExceptionMessage(exception, frame=-1, filename=None):
else:
(filename, line, func, text) = ('no stack', 0, 'none', '')
filename = scrubFilename(filename)
exc = exception.__class__.__name__
msg = ""
# a shortcut to extract a useful message out of most exceptions