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 69894fc commit bf063c2
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 @@ -175,7 +175,7 @@ def __clean_dir(self):
return

for f in files:
if self.process in f:
if str(self.process) in f:
self.close()
os.remove(f)

Expand Down

0 comments on commit bf063c2

Please sign in to comment.