[SCM] morituri/master: 	* task.py: 	  Remove scrubFilename call.
    js at users.alioth.debian.org 
    js at users.alioth.debian.org
       
    Sun Oct 19 20:09:33 UTC 2014
    
    
  
The following commit has been merged in the master branch:
commit ac2ab6a34a045b3b587a6106634b140819596ffe
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Mon Aug 8 11:37:09 2011 +0000
    	* task.py:
    	  Remove scrubFilename call.
diff --git a/morituri/extern/task/ChangeLog b/morituri/extern/task/ChangeLog
index d5f8ba2..0f72e8a 100644
--- a/morituri/extern/task/ChangeLog
+++ b/morituri/extern/task/ChangeLog
@@ -1,6 +1,11 @@
 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:
 	  Pull in getExceptionMessage privately.
 
 2011-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
diff --git a/morituri/extern/task/task.py b/morituri/extern/task/task.py
index 1d012f9..4edca9e 100644
--- a/morituri/extern/task/task.py
+++ b/morituri/extern/task/task.py
@@ -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
-- 
morituri packaging
    
    
More information about the pkg-multimedia-commits
mailing list