Fix a syntax error with the runner when timing out xpcshell

This commit is contained in:
Nick Hurley 2013-02-26 16:28:35 -08:00
Родитель 23cc21bd44
Коммит 5003a8370d
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -126,6 +126,7 @@ class StoneRidgeRunner(object):
except stoneridge.XpcshellTimeout:
logging.exception('xpcshell timed out!')
timed_out = True
res = None
if tcpdump:
tcpdump.terminate()
tcpdump_out.close()