mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +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:
|
except ValueError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
# XXX: Deprecate
|
||||||
|
# Old status format, deprecated as of 0.4.0
|
||||||
|
# See commit 06a701bc10dac16ff0ff304eb7cb9f502b71cf95
|
||||||
f.seek(0)
|
f.seek(0)
|
||||||
try:
|
try:
|
||||||
return dict(json.loads(line) for line in f)
|
return dict(json.loads(line) for line in f)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue