回答編集履歴
1
コード訂正
test
CHANGED
@@ -50,7 +50,7 @@
|
|
50
50
|
|
51
51
|
|
52
52
|
|
53
|
-
if newpath.exists()
|
53
|
+
if not newpath.exists() and oldpath.exists():
|
54
54
|
|
55
55
|
macro(str(oldpath), str(newpath))
|
56
56
|
|