Skip to content

Commit

Permalink
Fix missing default for query-datasets type
Browse files Browse the repository at this point in the history
The dataset type is supposed to default to '*' if no dataset types are provided by the user.
  • Loading branch information
dhirving committed Nov 5, 2024
1 parent 16374f1 commit 07bed75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/lsst/daf/butler/script/queryDatasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ def __init__(
FutureWarning,
stacklevel=2,
)
glob = ["*"]

# show_uri requires a datastore.
without_datastore = not show_uri
Expand Down

0 comments on commit 07bed75

Please sign in to comment.