diff --git a/LTA/LTAIngest/master.py b/LTA/LTAIngest/master.py index 4790a96853bf7d3c54b57798263356bf77a9dfd9..773d5fe66f2338e9fb83ac2313d321597654d54b 100755 --- a/LTA/LTAIngest/master.py +++ b/LTA/LTAIngest/master.py @@ -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: