Bug 1343549 - Avoid unbound return_code errors in talos; r=jmaher

This commit is contained in:
Geoff Brown 2017-03-01 12:11:45 -07:00
Родитель 63212ea3a1
Коммит 1455712c68
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -139,6 +139,7 @@ def run_browser(command, minidump_dir, timeout=None, on_started=None,
finally:
# this also handle KeyboardInterrupt
# ensure early the process is really terminated
return_code = None
try:
return_code = context.kill_process()
if return_code is None: