Skip to content

Commit

Permalink
added flush
Browse files Browse the repository at this point in the history
  • Loading branch information
williamFalcon committed Jul 26, 2019
1 parent bf063c2 commit 51d636f
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 @@ -177,7 +177,7 @@ def __clean_dir(self):
for f in files:
if str(self.process) in f:
self.close()
os.remove(f)
os.remove(os.path.join(self.log_dir, f))

def argparse(self, argparser):
parsed = vars(argparser)
Expand Down

0 comments on commit 51d636f

Please sign in to comment.