aboutsummaryrefslogtreecommitdiffstats
path: root/python/wpt/run.py
diff options
context:
space:
mode:
authorTaym Haddadi <haddadi.taym@gmail.com>2023-12-25 00:58:37 +0100
committerGitHub <noreply@github.com>2023-12-24 23:58:37 +0000
commit554b35b7050523e9cd668d7fbdaa6abbf8bc7746 (patch)
tree96a8e41473f147cce239f2ea793fd53488d3a676 /python/wpt/run.py
parentdf157dcc0389138a93c2c0e748b00995ac7d1bc4 (diff)
downloadservo-554b35b7050523e9cd668d7fbdaa6abbf8bc7746.tar.gz
servo-554b35b7050523e9cd668d7fbdaa6abbf8bc7746.zip
Improve formatting of Python files (#30919)
Signed-off-by: Bentaimia Haddadi <haddadi.taym@gmail.com>
Diffstat (limited to 'python/wpt/run.py')
-rw-r--r--python/wpt/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/wpt/run.py b/python/wpt/run.py
index 90410133fe6..e9944131078 100644
--- a/python/wpt/run.py
+++ b/python/wpt/run.py
@@ -271,7 +271,7 @@ class TrackerDashboardFilter():
except urllib.error.HTTPError as e:
print(e)
print(e.readlines())
- raise(e)
+ raise (e)
for result in unexpected_results:
result.issues = known_intermittents.get(result.path, [])