dataimport.py
branchstable
changeset 7815 2a164a9cf81c
parent 7471 bf9443f8725f
child 8403 a6ee3cd783e1
--- a/dataimport.py	Tue Sep 20 15:14:04 2011 +0200
+++ b/dataimport.py	Wed Sep 21 17:38:00 2011 +0200
@@ -554,7 +554,7 @@
             self.tell("Run import function '%s'..." % func_name)
             try:
                 func(self)
-            except:
+            except Exception:
                 if self.catcherrors:
                     self.record_error(func_name, 'While calling %s' % func.__name__)
                 else: