Improve formatting of Python files (#30919)

Signed-off-by: Bentaimia Haddadi <haddadi.taym@gmail.com>
This commit is contained in:
Taym Haddadi 2023-12-25 00:58:37 +01:00 committed by GitHub
parent df157dcc03
commit 554b35b705
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 48 additions and 54 deletions

View file

@ -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, [])