mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
parent
2717c14e0c
commit
c28bcacdb3
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ class FilesystemStorage(Storage):
|
|||
|
||||
if collection is not None:
|
||||
rv['path'] = os.path.join(rv['path'], collection)
|
||||
checkdir(rv['path'], create=True)
|
||||
checkdir(expand_path(rv['path']), create=True)
|
||||
rv['collection'] = collection
|
||||
return kwargs
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue