diff --git a/threads.py b/threads.py index 55c2a0945..534cb0b70 100644 --- a/threads.py +++ b/threads.py @@ -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