diff options
Diffstat (limited to 'indra/develop.py')
-rwxr-xr-x | indra/develop.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/develop.py b/indra/develop.py index 4daa85ba3b..b2b494d1b3 100755 --- a/indra/develop.py +++ b/indra/develop.py @@ -593,7 +593,7 @@ class WindowsSetup(PlatformSetup): 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)) |