Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Daniel Baur
cloudify3
Commits
9a2f5b31
Commit
9a2f5b31
authored
Jun 17, 2015
by
Daniel Baur
Browse files
fixed error in exception...
parent
e8336768
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ghost-openstack/scripts/ghost/ghost.py
ghost-openstack/scripts/ghost/ghost.py
+1
-1
No files found.
ghost-openstack/scripts/ghost/ghost.py
View file @
9a2f5b31
...
...
@@ -74,7 +74,7 @@ def _run(command, error_message):
try
:
runner
.
run
(
command
)
except
exceptions
.
CommandExecutionException
as
e
:
raise
NonRecoverableError
(
'{0}: {1}'
.
format
(
error_message
,
e
))
raise
exceptions
.
NonRecoverableError
(
'{0}: {1}'
.
format
(
error_message
,
e
))
def
_main
():
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment