flpelerin commited on
Commit
dd73c60
·
1 Parent(s): de3fe6e

Update file logger.py

Browse files
Files changed (1) hide show
  1. logger.py +1 -1
logger.py CHANGED
@@ -26,5 +26,5 @@ class Wandb:
26
  wandb.log(args)
27
 
28
 
29
- def __del__(self):
30
  wandb.finish()
 
26
  wandb.log(args)
27
 
28
 
29
+ def __exit__(self):
30
  wandb.finish()