From fd459e383f599992b8814bd3f6f9c07ff2a97deb Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 21 Feb 2020 11:58:21 +0000 Subject: [PATCH] indent --- threads.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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