Skip to content

Commit 55195de

Browse files
committed
Delete the logconfig after reading the SupervisorState
1 parent 01ccd7c commit 55195de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cflib/utils/supervisor_state.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ def log_error(logconf, msg):
6161
bitfield = None
6262

6363
logconf.stop()
64+
logconf.delete()
6465
return bitfield
6566

6667
def read_supervisor_state_list(self):

0 commit comments

Comments
 (0)