mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-30 09:45:53 +00:00
Add XXX flag
This commit is contained in:
parent
555e4b688a
commit
8fa041a0dd
1 changed files with 3 additions and 0 deletions
|
|
@ -428,6 +428,9 @@ def load_status(base_path, pair, collection=None, data_type=None):
|
|||
except ValueError:
|
||||
pass
|
||||
|
||||
# XXX: Deprecate
|
||||
# Old status format, deprecated as of 0.4.0
|
||||
# See commit 06a701bc10dac16ff0ff304eb7cb9f502b71cf95
|
||||
f.seek(0)
|
||||
try:
|
||||
return dict(json.loads(line) for line in f)
|
||||
|
|
|
|||
Loading…
Reference in a new issue