mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Fix formatting bug in cli
This commit is contained in:
parent
1018ed6da6
commit
6fea4d4201
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@ def _main(env, file_cfg):
|
||||||
status_name = \
|
status_name = \
|
||||||
'_'.join(filter(bool, (pair_name, collection)))
|
'_'.join(filter(bool, (pair_name, collection)))
|
||||||
pair_description = \
|
pair_description = \
|
||||||
' from '.join(filter(bool, (pair_name, collection)))
|
' from '.join(filter(bool, (collection, pair_name)))
|
||||||
cli_logger.debug('Syncing {}'.format(pair_description))
|
cli_logger.debug('Syncing {}'.format(pair_description))
|
||||||
status = load_status(general['status_path'], status_name)
|
status = load_status(general['status_path'], status_name)
|
||||||
sync(a, b, status,
|
sync(a, b, status,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue