Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
yihong0618 committed Feb 24, 2021
1 parent faf7e51 commit 506f95b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check_copyright.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def has_valid_copyright(file_name: str) -> bool:
return ok


if not all([has_valid_copyright(file_name) for file_name in sys.argv]):
if not all(has_valid_copyright(file_name) for file_name in sys.argv):
sys.exit(1)

sys.exit(0)

0 comments on commit 506f95b

Please sign in to comment.