Skip to content
Snippets Groups Projects
Commit 171d5d00 authored by tomrink's avatar tomrink
Browse files

minor...

parent 4a34995f
Branches
No related tags found
No related merge requests found
......@@ -451,6 +451,7 @@ def process(ice_dct, no_ice_dct, neg_ice_dct):
n_rpts = new_ice_dct.get(key)
if n_rpts is None:
n_rpts = []
new_ice_dct[key] = n_rpts
n_rpts.append(tup)
# -----------------------------------------------------
......@@ -472,6 +473,7 @@ def process(ice_dct, no_ice_dct, neg_ice_dct):
n_rpts = new_no_ice_dct.get(key)
if n_rpts is None:
n_rpts = []
new_no_ice_dct[key] = n_rpts
n_rpts.append(tup)
# -------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment