We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b72f49e commit b66a75eCopy full SHA for b66a75e
fs/copy.py
@@ -398,7 +398,6 @@ def _copy_is_necessary(
398
399
elif condition == "newer":
400
try:
401
- namespace = ("details",)
402
src_modified = src_fs.getmodified(src_path)
403
dst_modified = dst_fs.getmodified(dst_path)
404
except ResourceNotFound:
@@ -412,7 +411,6 @@ def _copy_is_necessary(
412
411
413
elif condition == "older":
414
415
416
417
418
0 commit comments