mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Improve formatting of Python files (#30919)
Signed-off-by: Bentaimia Haddadi <haddadi.taym@gmail.com>
This commit is contained in:
parent
df157dcc03
commit
554b35b705
8 changed files with 48 additions and 54 deletions
|
@ -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, [])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue