Skip to content

Commit

Permalink
Merge pull request #448 from lsst/tickets/DM-38678
Browse files Browse the repository at this point in the history
DM-38678: Expand dataset refs before passing them to DefineVisitsTask
  • Loading branch information
andy-slac committed Apr 13, 2023
2 parents 24faba0 + b0f35f3 commit 9a2f90d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/obs/base/script/defineVisits.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,6 @@ def defineVisits(repo, config_file, collections, instrument, where=None, raw_nam
collections=collections,
datasets=raw_name,
where=where,
),
).expanded(),
collections=collections,
)

0 comments on commit 9a2f90d

Please sign in to comment.