diff --git a/python/lsst/daf/butler/script/queryDatasets.py b/python/lsst/daf/butler/script/queryDatasets.py index bb7ba0903b..8a2f5ce04f 100644 --- a/python/lsst/daf/butler/script/queryDatasets.py +++ b/python/lsst/daf/butler/script/queryDatasets.py @@ -202,6 +202,7 @@ def __init__( FutureWarning, stacklevel=2, ) + glob = ["*"] # show_uri requires a datastore. without_datastore = not show_uri