From 933b1771b304b3dbe94cc63a9e142043e8eba8b0 Mon Sep 17 00:00:00 2001 From: Stefano Borini <sborini@enthought.com> Date: Mon, 21 May 2018 16:05:13 +0100 Subject: [PATCH] Added missing space --- force_bdss/io/workflow_reader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/force_bdss/io/workflow_reader.py b/force_bdss/io/workflow_reader.py index 92e6b39..dd9687e 100644 --- a/force_bdss/io/workflow_reader.py +++ b/force_bdss/io/workflow_reader.py @@ -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) ) -- GitLab