From fa67ce74124a0a231f430c49856e8b877eb9ab56 Mon Sep 17 00:00:00 2001 From: NoobSheldon Date: Sun, 15 Nov 2015 17:44:43 +0800 Subject: [PATCH] my_first modification --- batch_file_rename.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/batch_file_rename.py b/batch_file_rename.py index bab145e909b..c392744c834 100644 --- a/batch_file_rename.py +++ b/batch_file_rename.py @@ -1,3 +1,4 @@ +# Myfirst modification # Script Name : batch_file_rename.py # Author : Craig Richards # Created : 6th August 2012 @@ -22,4 +23,4 @@ newfile = filename.replace(old_ext, new_ext) # Set newfile to be the filename, replaced with the new extension os.rename( # Write the files os.path.join(work_dir, filename), - os.path.join(work_dir, newfile)) \ No newline at end of file + os.path.join(work_dir, newfile))