-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
There is a typo on line 19 of bulkRename.py. What you have there is:
os.rename(i,template_name+ str(j)+template_extension')
The issue is that the single quote is missing at the beginning inside the parentheses, so it should read:
os.rename('i,template_name+ str(j)+template_extension')
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels