Skip to content

Commit

Permalink
changed on_exit
Browse files Browse the repository at this point in the history
  • Loading branch information
williamFalcon committed Sep 10, 2019
1 parent 72eb9ba commit dc8c1e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_tube/log.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def __init__(
super().__init__(log_dir=log_dir, *args, **kwargs)

# register on exit fx so we always close the writer
atexit.register(self.on_exit)
# atexit.register(self.on_exit)

def get_meta_copy(self):
"""
Expand Down

0 comments on commit dc8c1e5

Please sign in to comment.