Skip to content
Snippets Groups Projects
Commit 5e5f39f1 authored by Alex Wiens's avatar Alex Wiens
Browse files

Prule.daemon: Fix old cleanup bug

parent b6e445b7
No related branches found
No related tags found
No related merge requests found
......@@ -786,8 +786,6 @@ class PruleThread(threading.Thread):
if job_tempdir != None:
job_tempdir.cleanup()
with self.stopCondition:
self.currentProcess = None
return process_result
def run(self):
if self.config.config["CACHE_DB"] == True:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment