Skip to content

Commit

Permalink
prodanaly: use production templates for unified queues
Browse files Browse the repository at this point in the history
  • Loading branch information
fbarreir committed Dec 2, 2019
1 parent 15942a7 commit 054179c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pandaharvester/harvestermisc/info_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,5 +121,7 @@ def get_type_workflow(self, panda_resource):
workflow = None
else:
pq_type = panda_queue_dict.get('type')
if pq_type == 'unified': # use production templates
pq_type = 'production'
workflow = panda_queue_dict.get('workflow')
return pq_type, workflow

0 comments on commit 054179c

Please sign in to comment.