Skip to content

Commit

Permalink
Update scoring.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO authored Feb 9, 2024
1 parent 78d931b commit 35859c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scoring.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ def best_file_score(path_list: typing.List[pathlib.Path]) -> typing.Optional[typ
exit()

filter_ext = [".md", ".txt", ".png", ".jpg", ".gif", ".bmp"]
paths = [pathlib.Path(arg) for arg in sys.argv[1:] if pathlib.Path(arg).suffix in filter_ext])
paths = [pathlib.Path(arg) for arg in sys.argv[1:] if pathlib.Path(arg).suffix in filter_ext]]
best_file_score(paths)

0 comments on commit 35859c5

Please sign in to comment.