diff --git a/main.py b/main.py index e96daeeea320a737b032d8c11a28462778cbec93..f2360f2452c838187153c79c72ab5e7c29edcdaf 100644 --- a/main.py +++ b/main.py @@ -203,8 +203,8 @@ if __name__ == '__main__': # Close h5py files and delete so they are note saved! l1b_ds.close() l2a_ds.close() - # os.remove(l1b_fp) - # os.remove(l2a_fp) + os.remove(l1b_fp) + os.remove(l2a_fp) except Exception as e: print("Couldnt save file: ", l1b_basename) print("outdir: ", outdir)