Skip to content
Snippets Groups Projects

Communicative workflow reader

Merged Adham Hashibon requested to merge communicative-workflow-reader into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -206,7 +206,7 @@ class WorkflowReader(HasStrictTraits):
except KeyError:
raise MissingPluginException(
"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)
)
Loading