tested with python3.4.9
This commit is contained in:
@@ -77,8 +77,8 @@ def main():
|
|||||||
continue
|
continue
|
||||||
|
|
||||||
# create directory
|
# create directory
|
||||||
dst.parent.mkdir(parents=True, exist_ok=True)
|
dst.parent.mkdir(parents=True)
|
||||||
shutil.copyfile(src, dst)
|
shutil.copyfile(str(src), str(dst))
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|||||||
Reference in New Issue
Block a user