Skip to content
Snippets Groups Projects
Commit cbad737f authored by Christian Goetze's avatar Christian Goetze
Browse files

Fix syntax error introduced by your's truely into develop.py

parent 778b8932
No related branches found
No related tags found
No related merge requests found
......@@ -593,7 +593,7 @@ def run(self, command, name=None, retry_on=None, retries=1):
else:
error = 'exited with status %d' % ret
if retry_on is not None and retry_on == ret:
print "Retrying... the command %r %s" % (name, error))
print "Retrying... the command %r %s" % (name, error)
else:
raise CommandError('the command %r %s' % (name, error))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment