Add whitespace
Project: http://git-wip-us.apache.org/repos/asf/cloudstack-gcestack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-gcestack/commit/c1cedde2 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-gcestack/tree/c1cedde2 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-gcestack/diff/c1cedde2 Branch: refs/heads/master Commit: c1cedde23a5dc8167f56455cd95d71b30551d248 Parents: e91551e Author: BroganD1993 <darrenbro...@hotmail.com> Authored: Tue Jun 24 19:28:54 2014 +0100 Committer: BroganD1993 <darrenbro...@hotmail.com> Committed: Tue Jun 24 19:28:54 2014 +0100 ---------------------------------------------------------------------- gstack/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack-gcestack/blob/c1cedde2/gstack/__init__.py ---------------------------------------------------------------------- diff --git a/gstack/__init__.py b/gstack/__init__.py index 782d694..6be6a06 100644 --- a/gstack/__init__.py +++ b/gstack/__init__.py @@ -79,7 +79,7 @@ def _config_from_config_profile(config_file, profile): config.read(config_file) if not config.has_section(profile): - sys.exit('No profile matching '+ profile + sys.exit('No profile matching ' + profile + ' found in configuration, please run gstack-configure -p ' + profile)