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 66340a1 commit fb1d3d6Copy full SHA for fb1d3d6
fsspec/generic.py
@@ -119,6 +119,8 @@ def rsync(
119
if otherfile in otherfiles:
120
if update_cond == "always":
121
allfiles[k] = otherfile
122
+ elif update_cond == "never":
123
+ allfiles.pop(k)
124
elif update_cond == "different":
125
inf1 = source_field(v) if callable(source_field) else v[source_field]
126
v2 = otherfiles[otherfile]
0 commit comments