changeset 4173 | cfd5d3270f99 |
parent 4152 | 30fd1229137d |
child 4186 | ca7e526b07b6 |
--- a/devtools/dataimport.py Mon Dec 21 20:28:08 2009 +0100 +++ b/devtools/dataimport.py Tue Dec 22 09:27:28 2009 +0100 @@ -146,7 +146,7 @@ if issubclass(type, (KeyboardInterrupt, SystemExit)): return # re-raise if self.ctl.catcherrors: - self.ctl.record_error(self.key, msg) + self.ctl.record_error(self.key, None, type, value, traceback) return True # silent