Skip to content

Commit

Permalink
not closing files prevents re-opening them
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasaunai committed Oct 11, 2024
1 parent 8d15f77 commit 6c6bca5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyphare/pyphare/pharesee/run/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ def all_times(self):
for it, t in enumerate(time_keys):
time[it] = float(t)
ts[quantities_per_file[basename]] = time
ff.close()
return ts

def times(self, qty):
Expand Down

0 comments on commit 6c6bca5

Please sign in to comment.