Commit 72eaa6b5 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki Committed by Arnaud Fontaine

fixup! apply raiser fixer & absolute import fixer

parent 7605958a
......@@ -904,7 +904,7 @@ class Workflow(XMLObject):
sci.setWorkflowVariable(error_message=before_script_error_message)
if validation_exc :
# reraise validation failed exception
reraise(validation_exc, None, validation_exc_traceback)
reraise(type(validation_exc), validation_exc, validation_exc_traceback)
return new_state
# update state
......
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