回答編集履歴

1

コード訂正

2021/08/03 08:12

投稿

teamikl
teamikl

スコア8760

test CHANGED
@@ -50,7 +50,7 @@
50
50
 
51
51
 
52
52
 
53
- if newpath.exists() or not oldpath.exists():
53
+ if not newpath.exists() and oldpath.exists():
54
54
 
55
55
  macro(str(oldpath), str(newpath))
56
56