mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +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:
|
||||
cli_logger.info("Discovering collections (skipping cache).")
|
||||
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:
|
||||
break
|
||||
else:
|
||||
|
|
|
|||
Loading…
Reference in a new issue