Bug 650535 - bustage fix for missing right paren

This commit is contained in:
Joel Maher 2011-09-14 20:02:02 -04:00
Родитель 4575405e49
Коммит 3803a0a40b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -671,7 +671,7 @@ class Mochitest(object):
self.automation.log.info("INFO | runtests.py | Received keyboard interrupt.\n");
status = -1
except:
self.automation.log.info("INFO | runtests.py | Received unexpected exception while running application '%s'\n" % (sys.exc_info()[1])
self.automation.log.info("INFO | runtests.py | Received unexpected exception while running application '%s'\n" % (sys.exc_info()[1]))
status = 1
if options.vmwareRecording: