Skip to content
Snippets Groups Projects
Commit f5595f33 authored by Stefano Borini's avatar Stefano Borini
Browse files

flake

parent de10bd85
No related branches found
No related tags found
1 merge request!137Communicative workflow reader
......@@ -157,7 +157,8 @@ class WorkflowReader(HasStrictTraits):
try:
model = mco_factory.create_model(model_data)
except Exception as e:
logger.exception("Unable to create model for MCO {}".format(mco_id))
logger.exception("Unable to create model for MCO {}".format(
mco_id))
raise ModelInstantiationFailedException(
"Unable to create model for MCO {}: {}".format(mco_id, e))
return model
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment