Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
devflow
Commits
06dcdc1b
Commit
06dcdc1b
authored
Jan 24, 2013
by
Christos Stavrakakis
Browse files
Fix exception msg
parent
1b883fea
Changes
1
Hide whitespace changes
Inline
Side-by-side
devflow/autopkg.py
View file @
06dcdc1b
...
...
@@ -315,7 +315,7 @@ def create_temp_directory(suffix):
def
call
(
cmd
):
rc
=
os
.
system
(
cmd
)
if
rc
:
raise
RuntimeError
(
"Command '%s' failed!"
%
r
c
)
raise
RuntimeError
(
"Command '%s' failed!"
%
c
md
)
if
__name__
==
"__main__"
:
sys
.
exit
(
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