Skip to content

Commit

Permalink
Remove dead branch
Browse files Browse the repository at this point in the history
It has not been possible for `butler.collections` or `butler.collections.defaults` to be `None` at any point in recent memory.
  • Loading branch information
dhirving committed Oct 15, 2024
1 parent eac815b commit 0b6e21d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/pipe/base/tests/simpleQGraph.py
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ def makeSimpleQGraph(
pipeline_graph,
butler,
skip_existing_in=skipExistingIn if skipExistingIn is not None else [],
input_collections=butler.collections.defaults if butler.collections.defaults is not None else [run],
input_collections=butler.collections.defaults,
output_run=run,
where=userQuery,
bind=bind,
Expand Down

0 comments on commit 0b6e21d

Please sign in to comment.