Bug 1373444 - Fix typo in wpt harness, r=maja_zf

MozReview-Commit-ID: 3x0JxmvRAvV

--HG--
extra : rebase_source : e0317356e1c6f27433b6347258a9e45b92fc4298
This commit is contained in:
James Graham 2017-09-07 12:07:12 +01:00
Родитель ca43d9e078
Коммит fba29452b6
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -462,7 +462,7 @@ class MarionetteRefTestExecutor(RefTestExecutor):
super(self.__class__, self).teardown()
except Exception as e:
# Ignore errors during teardown
self.logger.warning(traceback.traceback.format_exc(e))
self.logger.warning(traceback.format_exc(e))
def is_alive(self):
return self.protocol.is_alive