Commit cd645e0f by sikang

update

parent 9ad10cba
......@@ -90,7 +90,7 @@ class PackageGarble:
print ("rename %s -> %s"%(dir,dir_name))
break
for (old,new) in mapping.items:
for (old,new) in mapping.items():
os.rename(old, new)
def __process_files(self, path):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment