Skip to content

Commit

Permalink
added Data Log drill down (as link on Field Value)
Browse files Browse the repository at this point in the history
  • Loading branch information
pothiers committed Nov 12, 2024
1 parent 74649dc commit 248ac2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/ts/logging_and_reporting/source_adapters.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 248ac2b

Please sign in to comment.