mirror of
https://github.com/xcat2/confluent.git
synced 2025-03-29 19:46:39 +00:00
Fix bug in initial recheck scheduling
This was causing rechecktime to not be set correctly. This caused a trace in python3, but indicates an incorrect behavior when running under python2
This commit is contained in:
parent
eb48728bc1
commit
e2a08e7e73
@ -1207,6 +1207,7 @@ def rescan():
|
||||
def start_detection():
|
||||
global attribwatcher
|
||||
global rechecker
|
||||
global rechecktime
|
||||
_map_unique_ids()
|
||||
cfg = cfm.ConfigManager(None)
|
||||
allnodes = cfg.list_nodes()
|
||||
|
Loading…
x
Reference in New Issue
Block a user