Add XXX flag

This commit is contained in:
Markus Unterwaditzer 2015-06-18 03:11:20 +02:00
parent 555e4b688a
commit 8fa041a0dd

View file

@ -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)