Skip to content

Commit e5e6d69

Browse files
Merge pull request geekcomputers#98 from Henocks/patch-13
Update batch_file_rename.py
2 parents 8a89b23 + c0424bf commit e5e6d69

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

batch_file_rename.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
once you pass the current and new extensions
77
'''
88

9-
__author__ = 'Craig Richards'
9+
__author__ = 'Craig Richards'
1010
__version__ = '1.0'
1111

1212
import os
@@ -46,7 +46,6 @@ def main():
4646

4747
batch_rename(work_dir, old_ext, new_ext)
4848

49-
5049
if __name__ == '__main__':
5150
main()
5251

0 commit comments

Comments
 (0)