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

Prule: Small bug fix

parent 5e5f39f1
No related branches found
No related tags found
No related merge requests found
......@@ -381,7 +381,7 @@ if __name__ == "__main__":
job_error = False
rule_error = False
output_all_jobs = []
while len(jobs)>0 or "job_stdin" in args:
while len(job_queue)>0 or "job_stdin" in args:
job = None
if "job_stdin" in args:
job = stdin_readjob()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment