primowalker

Results 1 issues of primowalker

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...