mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +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:
|
if collection is not None:
|
||||||
rv['path'] = os.path.join(rv['path'], collection)
|
rv['path'] = os.path.join(rv['path'], collection)
|
||||||
checkdir(rv['path'], create=True)
|
checkdir(expand_path(rv['path']), create=True)
|
||||||
rv['collection'] = collection
|
rv['collection'] = collection
|
||||||
return kwargs
|
return kwargs
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue