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 28707c2 commit 9de1d06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions filter_files.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import sys

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

0 comments on commit 9de1d06

Please sign in to comment.