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