From b5c97a945189f215a32e788e9a92886d8387c287 Mon Sep 17 00:00:00 2001 From: James Graham Date: Tue, 24 Feb 2015 15:44:50 +0000 Subject: [PATCH] fixup! fixup! fixup! fixup! Support for richer reftest semantics. --- wptrunner/executors/executormarionette.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wptrunner/executors/executormarionette.py b/wptrunner/executors/executormarionette.py index 77a898a9427e81..5d21129c6953ca 100644 --- a/wptrunner/executors/executormarionette.py +++ b/wptrunner/executors/executormarionette.py @@ -145,7 +145,7 @@ def run(self): # make that possible. It also seems to time out immediately if the # timeout is set too high. This works at least. self.marionette.set_script_timeout(2**31 - 1) - except IOError, errors.InvalidResponseException: + except (IOError, errors.InvalidResponseException): self.logger.error("Lost marionette connection before starting test") return Stop