Skip to content

Commit

Permalink
Update and rename get_files.py to filter_files.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lyxal authored Nov 8, 2023
1 parent ce6ee77 commit 0342b65
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions filter_files.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import sys

if __name__ == "__main__":
files = argv[0]
print(files)
1 change: 0 additions & 1 deletion get_files.py

This file was deleted.

0 comments on commit 0342b65

Please sign in to comment.