Skip to content

Commit

Permalink
Merge pull request #118 from lsst/tickets/DM-46297
Browse files Browse the repository at this point in the history
DM-46297: override guards against unlabeled curated calibration collections
  • Loading branch information
TallJimbo committed Sep 19, 2024
2 parents 37ce43f + 35435a5 commit 37b7ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ env.Alias("instrument", instrument)
# Write curated calibrations
curatedCalibrations = env.Command(os.path.join(REPO_ROOT, "HSC", "calib"), instrument,
[getExecutableCmd("daf_butler", "butler", "write-curated-calibrations",
REPO_ROOT, "HSC")])
REPO_ROOT, "HSC", "--collection", "HSC/calib")])
env.Alias("curatedCalibrations", curatedCalibrations)

skymap = env.Command(os.path.join(REPO_ROOT, "skymaps"), curatedCalibrations,
Expand Down

0 comments on commit 37b7ff0

Please sign in to comment.