diff --git a/pandaharvester/harvestermisc/info_utils.py b/pandaharvester/harvestermisc/info_utils.py index 289a9a9c..d1452e47 100644 --- a/pandaharvester/harvestermisc/info_utils.py +++ b/pandaharvester/harvestermisc/info_utils.py @@ -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