X-Git-Url: http://git.vrable.net/?p=cumulus.git;a=blobdiff_plain;f=python%2Fcumulus%2F__init__.py;h=d86d5ed1baeaf047bbf76df68e9d1b7dfcdeaaa8;hp=a40c58d1635ab9aff81cea3971631a198a8e317e;hb=ad1381b6da02a65ebadfc2f466e9bf6ab9086229;hpb=f546e4df51cde51dd984e4ad26e70dd7533f9791 diff --git a/python/cumulus/__init__.py b/python/cumulus/__init__.py index a40c58d..d86d5ed 100644 --- a/python/cumulus/__init__.py +++ b/python/cumulus/__init__.py @@ -191,7 +191,7 @@ class ObjectStore: def parse_ref(refstr): m = re.match(r"^zero\[(\d+)\]$", refstr) if m: - return ("zero", None, None, (0, int(m.group(1)))) + return ("zero", None, None, (0, int(m.group(1)), False)) m = re.match(r"^([-0-9a-f]+)\/([0-9a-f]+)(\(\S+\))?(\[(((\d+)\+)?(\d+)|=(\d+))\])?$", refstr) if not m: return