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

fix bug...

parent 8a95327e
Branches
No related tags found
No related merge requests found
......@@ -45,7 +45,8 @@ def run_all(directory):
try:
run(l1b_h5f, None, l1b_tiles, l2_tiles, factor=1)
except:
except Exception as e:
print(e)
l1b_h5f.close()
# l2_h5f.close()
continue
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment