Skip to content
Snippets Groups Projects
Commit 3258852b authored by tomrink's avatar tomrink
Browse files

fix bug...

parent 8bd51727
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ def run_all(directory):
l1b_h5f.close()
# l2_h5f.close()
if len(l1b_tiles) or len(l2_tiles) == 0:
if len(l1b_tiles) == 0 or len(l2_tiles) == 0:
continue
l1b_nda = np.stack(l1b_tiles)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment