Skip to content
Snippets Groups Projects
Commit 08bcc1b6 authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

Task #8598: special job dir for EoR

parent 1f8ded6b
No related branches found
No related tags found
No related merge requests found
......@@ -133,6 +133,8 @@ class jobHandler(Process):
jobname = job['filename']
if job['Type'] == 'MoM':
Dir = 'A_%s/' % job['job_group']
elif job['Type'].lower() == 'eor':
Dir = 'EoR_%s/' % job['job_group']
else: ## tier0-ingest
Dir = 'B_%s/' % job['job_group']
if job['Status'] == JobProduced:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment