diff --git a/python/lsst/ts/externalscripts/auxtel/make_latiss_calibrations.py b/python/lsst/ts/externalscripts/auxtel/make_latiss_calibrations.py index c058de4d1..f924c9d76 100644 --- a/python/lsst/ts/externalscripts/auxtel/make_latiss_calibrations.py +++ b/python/lsst/ts/externalscripts/auxtel/make_latiss_calibrations.py @@ -164,7 +164,7 @@ def get_schema(cls): repo: type: string descriptor: Butler repository. - default: "/repo/LATISS" + default: "/repo/LATISS/butler+sasquatch.yaml" additionalProperties: false """ schema_dict = yaml.safe_load(schema) diff --git a/python/lsst/ts/externalscripts/maintel/make_comcam_calibrations.py b/python/lsst/ts/externalscripts/maintel/make_comcam_calibrations.py index e68fd6e07..9a1fc8d89 100644 --- a/python/lsst/ts/externalscripts/maintel/make_comcam_calibrations.py +++ b/python/lsst/ts/externalscripts/maintel/make_comcam_calibrations.py @@ -172,7 +172,7 @@ def get_schema(cls): repo: type: string descriptor: Butler repository. - default: "/repo/LSSTComCam" + default: "/repo/LSSTComCam/butler+sasquatch.yaml" additionalProperties: false """ schema_dict = yaml.safe_load(schema)