Skip to content

Commit

Permalink
Remove the right file
Browse files Browse the repository at this point in the history
  • Loading branch information
calum-chamberlain committed Dec 14, 2023
1 parent 7d11740 commit f8140c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rt_eqcorrscan/reactor/spin_up.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def run(
tribe = pickle.load(f)
# tribe = Tribe().read("tribe.tgz")
# Remove file to avoid re-reading it
os.remove("tribe.tgz")
os.remove("tribe.pkl")

Logger.info("Read in {0} templates".format(len(tribe)))
if len(tribe) == 0:
Expand Down

0 comments on commit f8140c5

Please sign in to comment.