Skip to content

Commit 9606462

Browse files
cli/utils: implicit folder creation
1 parent a42906b commit 9606462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vdirsyncer/cli/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ def handle_collection_not_found(config, collection, e=None):
404404
.format(f'{e}\n' if e else '',
405405
json.dumps(collection), storage_name))
406406

407-
if click.confirm('Should vdirsyncer attempt to create it?'):
407+
if True or click.confirm('Should vdirsyncer attempt to create it?'):
408408
storage_type = config['type']
409409
cls, config = storage_class_from_config(config)
410410
config['collection'] = collection

0 commit comments

Comments
 (0)