forked from indymedia/epicyon
indent
parent
c59eb480ae
commit
fd459e383f
|
@ -114,7 +114,7 @@ def removeDormantThreads(baseDir: str,threadsList: [],debug: bool) -> None:
|
||||||
for th in dormantThreads:
|
for th in dormantThreads:
|
||||||
if debug:
|
if debug:
|
||||||
print('DEBUG: Removing dormant thread '+str(dormantCtr))
|
print('DEBUG: Removing dormant thread '+str(dormantCtr))
|
||||||
dormantCtr+=1
|
dormantCtr+=1
|
||||||
threadsList.remove(th)
|
threadsList.remove(th)
|
||||||
th.kill()
|
th.kill()
|
||||||
changed=True
|
changed=True
|
||||||
|
|
Loading…
Reference in New Issue