Skip to content

Commit

Permalink
Update python/lsst/ctrl/mpexec/log_capture.py
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Jenness <tjenness@lsst.org>
  • Loading branch information
TallJimbo and timj committed Apr 8, 2024
1 parent f5ec60c commit 2269c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/ctrl/mpexec/log_capture.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def capture_logging(
# DM-40443.
log_dataset_name = task_node.logOutputDatasetName
warnings.warn(
"Passing TaskDef instances to LogCapture is deprecatedand will not be supported after v26.",
"Passing TaskDef instances to LogCapture is deprecated and will not be supported after v27.",
FutureWarning,
find_outside_stacklevel("lsst.ctrl.mpexec"),
)
Expand Down

0 comments on commit 2269c20

Please sign in to comment.