Skip to content
This repository was archived by the owner on Dec 22, 2023. It is now read-only.

Commit 050d1b3

Browse files
committed
FileOrganizer - Fix
1 parent fa455b5 commit 050d1b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/Miscellaneous/FileOrganizer/organize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@ def organizeThis(dir_path):
6767
dir_path = sys.argv[1]
6868
except Exception:
6969
print("Please enter directory path - python3 orgnize.py <path>")
70-
exit(0)
70+
sys.exit()
7171
organizeThis(dir_path)

0 commit comments

Comments
 (0)