More Python 3.9 fixing (can't wait for Python 10.7)

This commit is contained in:
Miroslav Stampar
2020-02-28 14:44:27 +01:00
parent 013af3235e
commit 1023da405a
3 changed files with 3 additions and 3 deletions

View File

@@ -4007,7 +4007,7 @@ def removeReflectiveValues(content, payload, suppressWarning=False):
thread.start()
thread.join(REFLECTED_REPLACEMENT_TIMEOUT)
if thread.isAlive():
if thread.is_alive():
kb.reflectiveMechanism = False
retVal = content
if not suppressWarning: