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

fix bug...

parent 8a95327e
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,8 @@ def run_all(directory): ...@@ -45,7 +45,8 @@ def run_all(directory):
try: try:
run(l1b_h5f, None, l1b_tiles, l2_tiles, factor=1) run(l1b_h5f, None, l1b_tiles, l2_tiles, factor=1)
except: except Exception as e:
print(e)
l1b_h5f.close() l1b_h5f.close()
# l2_h5f.close() # l2_h5f.close()
continue continue
......
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