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

Added missing space

parent b671ffb1
No related branches found
No related tags found
1 merge request!137Communicative workflow reader
...@@ -206,7 +206,7 @@ class WorkflowReader(HasStrictTraits): ...@@ -206,7 +206,7 @@ class WorkflowReader(HasStrictTraits):
except KeyError: except KeyError:
raise MissingPluginException( raise MissingPluginException(
"Could not read file. " "Could not read file. "
"The plugin responsible for the missing data source" "The plugin responsible for the missing data source "
"key '{}' may be missing or broken.".format(ds_id) "key '{}' may be missing or broken.".format(ds_id)
) )
......
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