Skip to content

Commit

Permalink
Fixup for PG.write_configs.
Browse files Browse the repository at this point in the history
Co-authored-by: Andy Salnikov <[email protected]>
  • Loading branch information
TallJimbo and andy-slac committed Sep 12, 2024
1 parent f2e86b9 commit 0634922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/pipe/base/pipeline_graph/_pipeline_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -1798,7 +1798,7 @@ def write_configs(self, butler: Butler) -> None:
Raises
------
lsst.daf.butler.registry.ConflictingDefinitionError
Raised if an config dataset already exists and is not consistent
Raised if a config dataset already exists and is not consistent
with the config in the pipeline graph.
"""
to_put: list[tuple[PipelineTaskConfig, str]] = []
Expand Down

0 comments on commit 0634922

Please sign in to comment.