Skip to content

Commit

Permalink
Merge branch 'columnflow:master' into run3_working_branch
Browse files Browse the repository at this point in the history
  • Loading branch information
haddadanas authored Jun 17, 2024
2 parents ff48e85 + 4b46328 commit 35e4c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion columnflow/tasks/framework/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ def has_obj(name):
lookup.extend(list(object_groups[name]))
elif accept_patterns:
# must eventually be a pattern, perform an object traversal
for _name in get_all_object_names():
for _name in sorted(get_all_object_names()):
if law.util.multi_match(_name, name):
object_names.append(_name)

Expand Down

0 comments on commit 35e4c2e

Please sign in to comment.