Skip to content

Commit

Permalink
Merge pull request #216 from rynge/missing
Browse files Browse the repository at this point in the history
Missing parenthesis
  • Loading branch information
matyasselmeci authored Aug 26, 2024
2 parents 5e6b48d + e0a2d9b commit f7dcb97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opensciencegrid/ospool-cm/opt/ospool/update-prios
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def main():

# get the current prio ads so we can determine if we need
# an update or note
current_prios = neg.getPriorities
current_prios = neg.getPriorities()

for ad in col.query(AdTypes.Submitter):

Expand Down

0 comments on commit f7dcb97

Please sign in to comment.