Skip to content

Commit

Permalink
Update filter_files.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lyxal authored Nov 8, 2023
1 parent ff80147 commit 28707c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filter_files.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import sys

if __name__ == "__main__":
files = argv[0]
files = sys.argv[0]
print(files)

0 comments on commit 28707c2

Please sign in to comment.