Skip to content

Commit 5638f76

Browse files
committed
Add "Queue" attribute to entries in OSG_ResourceCatalog (SOFTWARE-5881)
1 parent af2dc07 commit 5638f76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osg_configure/modules/resourcecatalog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class RCAttribute(namedtuple("RCAttribute", "rce_field classad_attr format_fn"))
3131
RCAttribute("memory", "Memory", int),
3232
RCAttribute("allowed_vos", "AllowedVOs", _to_classad_list),
3333
RCAttribute("max_wall_time", "MaxWallTime", int),
34-
# queue is special
34+
RCAttribute("queue", "Queue", utilities.classad_quote),
3535
RCAttribute("subclusters", "Subclusters", _to_classad_list),
3636
RCAttribute("vo_tag", "VOTag", utilities.classad_quote),
3737
# extra_requirements is special

0 commit comments

Comments
 (0)