We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8ae9934 + 8c5e726 commit d9768e2Copy full SHA for d9768e2
batch_file_rename.py
@@ -40,9 +40,10 @@ def main():
40
# Set the variable work_dir with the first argument passed
41
work_dir = sys.argv[1]
42
# Set the variable old_ext with the second argument passed
43
- old_ext = sys.argv[2]
+ old_ext = sys.argv[2]
44
# Set the variable new_ext with the third argument passed
45
- new_ext = sys.argv[3]
+ new_ext = sys.argv[3]
46
+
47
batch_rename(work_dir, old_ext, new_ext)
48
49
0 commit comments