Skip to content
Snippets Groups Projects
Commit a4569c62 authored by Harry Carey's avatar Harry Carey
Browse files

added fix for propagate

parent 71a5ca9b
No related branches found
No related tags found
No related merge requests found
......@@ -21,8 +21,7 @@ def load_visualign_json(filename):
slice["nr"] = int(re.search(r"_s(\d+)", slice["filename"]).group(1))
if "ouv" in slice:
slice["anchoring"] = slice["ouv"]
else:
slice["anchoring"] = []
name = os.path.basename(filename)
lz_compat_file = {
"name":name,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment