We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 54a5bf4 + 8a44b27 commit e8b7213Copy full SHA for e8b7213
vdirsyncer/metasync.py
@@ -55,7 +55,7 @@ async def _resolve_conflict():
55
logger.debug(f"B: {b}")
56
logger.debug(f"S: {s}")
57
58
- if a != s and b != s:
+ if a != s and b != s or storage_a.read_only or storage_b.read_only:
59
await _resolve_conflict()
60
elif a != s and b == s:
61
await _a_to_b()
0 commit comments