2
0
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:
Jarrod Johnson 2019-10-11 09:09:42 -04:00
parent eb48728bc1
commit e2a08e7e73

View File

@ -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()