Skip to content

Commit

Permalink
auto-update
Browse files Browse the repository at this point in the history
  • Loading branch information
Stew-McD committed Mar 24, 2024
1 parent 5dbb639 commit 0ea53e6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/T-reX/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,9 @@ def EditExchanges(args):
return None


# 2. RUN MAIN FUNCTION
if __name__ == "__main__":
run()

# clean up tmp files
for file in dir_tmp.glob("*"):
os.remove(file)

0 comments on commit 0ea53e6

Please sign in to comment.