mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
This mutation of the control variable is intended
This commit is contained in:
parent
dfc29db312
commit
8c6c0be15a
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ async def repair_collection(
|
||||||
if collection is not None:
|
if collection is not None:
|
||||||
cli_logger.info("Discovering collections (skipping cache).")
|
cli_logger.info("Discovering collections (skipping cache).")
|
||||||
cls, config = storage_class_from_config(config)
|
cls, config = storage_class_from_config(config)
|
||||||
async for config in cls.discover(**config):
|
async for config in cls.discover(**config): # noqa E902
|
||||||
if config["collection"] == collection:
|
if config["collection"] == collection:
|
||||||
break
|
break
|
||||||
else:
|
else:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue