merge-requests/6/head
Bob Mottram 2020-02-21 11:58:21 +00:00
parent c59eb480ae
commit fd459e383f
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ def removeDormantThreads(baseDir: str,threadsList: [],debug: bool) -> None:
for th in dormantThreads:
if debug:
print('DEBUG: Removing dormant thread '+str(dormantCtr))
dormantCtr+=1
dormantCtr+=1
threadsList.remove(th)
th.kill()
changed=True