Commit c44d80e8 authored by Jérome Perrin's avatar Jérome Perrin

testnode: do not hide exception

parent 5d2906ac
......@@ -292,7 +292,7 @@ class SlapOSControler(object):
except:
self.log("SlapOSControler.initializeSlapOSControler, \
exception in registerSupply", exc_info=sys.exc_info())
raise ValueError("Unable to initializeSlapOSControler")
raise
# Reset all previously generated software if needed
if reset_software:
self._resetSoftware()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment