diff --git a/indra/develop.py b/indra/develop.py index 4daa85ba3b7700a2985c10dcecefca211973b14a..b2b494d1b3d3ee4d0ab772d3c58b6d5ac13c33c5 100755 --- a/indra/develop.py +++ b/indra/develop.py @@ -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))