From 248ac2b4f4f919038daa292f1e5bc7cab9a34c0f Mon Sep 17 00:00:00 2001 From: Steve Pothier Date: Tue, 12 Nov 2024 16:41:51 -0700 Subject: [PATCH] added Data Log drill down (as link on Field Value) --- python/lsst/ts/logging_and_reporting/source_adapters.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/lsst/ts/logging_and_reporting/source_adapters.py b/python/lsst/ts/logging_and_reporting/source_adapters.py index 6741532..02d7524 100644 --- a/python/lsst/ts/logging_and_reporting/source_adapters.py +++ b/python/lsst/ts/logging_and_reporting/source_adapters.py @@ -838,7 +838,7 @@ def obs_id(rec): links = ", ".join(plinks) linkstr = "" if links == "" else f"\n - Links: {links}" - # BLACK workaround + # (BLACK workaround) str = "" str += f"* {attrstr}" str += f"\n - {flag}`{msg}`" f"{linkstr}"