diff --git a/doc/news/DM-48380.bugfix.1.rst b/doc/news/DM-48380.bugfix.1.rst new file mode 100644 index 00000000..0d380fa6 --- /dev/null +++ b/doc/news/DM-48380.bugfix.1.rst @@ -0,0 +1 @@ +BaseMakeCalibrations.call_pipetask would fail to find pipeline if a subset was supplied. diff --git a/doc/news/DM-48380.bugfix.2.rst b/doc/news/DM-48380.bugfix.2.rst new file mode 100644 index 00000000..942f8017 --- /dev/null +++ b/doc/news/DM-48380.bugfix.2.rst @@ -0,0 +1 @@ +BaseMakeCalibrations.call_pipetask did not have the updated location for default pipelines. diff --git a/doc/news/DM-48380.bugfix.3.rst b/doc/news/DM-48380.bugfix.3.rst new file mode 100644 index 00000000..c8b8fed6 --- /dev/null +++ b/doc/news/DM-48380.bugfix.3.rst @@ -0,0 +1 @@ +BaseMakeCalibrations.call_pipetask and BaseMakeCalibrations.verify_calib use a string representation of a tuple for the exposure_ids. This adds a trailing comma if the tuple has only one element, causing a syntax error.