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

flake

parent 5e5c4b3d
No related branches found
No related tags found
1 merge request!29Extract io layer to writer/reader class
...@@ -39,7 +39,7 @@ class WorkflowReader(HasStrictTraits): ...@@ -39,7 +39,7 @@ class WorkflowReader(HasStrictTraits):
logging.error( logging.error(
"File contains version {} that is not in the " "File contains version {} that is not in the "
"list of supported versions {}".format( "list of supported versions {}".format(
version, SUPPORTED_FILE_VERSIONS) version, SUPPORTED_FILE_VERSIONS)
) )
raise InvalidVersionException( raise InvalidVersionException(
"File version {} not supported".format(json_data["version"])) "File version {} not supported".format(json_data["version"]))
......
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