Skip to content

Commit

Permalink
calm down flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
sksat committed Jan 27, 2022
1 parent ce99fb4 commit 9af7341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Script/CI/remove_duplicate_error.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# print(log)

errors = []
for l in log:
for l in log: # noqa: E741
(cmd, err) = l.split("\n", 1)
if err in errors:
print("duplicate: " + cmd, file=sys.stderr)
Expand Down

0 comments on commit 9af7341

Please sign in to comment.