[svn r51034] merging in fijal's reporter-merge branch into the trunk,
still needs refactoring as far as i am concernced. --HG-- branch : trunk
This commit is contained in:
@@ -379,7 +379,7 @@ class Module(FSCollector, PyCollectorMixin):
|
||||
self._obj = obj = self.fspath.pyimport()
|
||||
except KeyboardInterrupt:
|
||||
raise
|
||||
except:
|
||||
except:
|
||||
self._stickyfailure = py.std.sys.exc_info()
|
||||
raise
|
||||
return obj
|
||||
|
||||
Reference in New Issue
Block a user