Skip to content

Commit

Permalink
Fix rendering of Grafana URL in Slack message
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Nov 11, 2024
1 parent 2a8b8f7 commit 36d0b2f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## Next version

### 🔧 Fixed

* Fix rendering of Grafana URL in Slack message.


## 0.3.2 - 2024-11-11

### ✨ Improved
Expand Down
2 changes: 1 addition & 1 deletion src/lvmcryo/notifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ async def notify_after_fill(
slack_message = (
"Something went wrong with the LN₂ fill. "
"Please check the status of the spectrographs. "
"Grafana plots are available <GRAFANA_URL|here>."
f"Grafana plots are available <{GRAFANA_URL}|here>."
)
if error_message:
if isinstance(error_message, Exception):
Expand Down

0 comments on commit 36d0b2f

Please sign in to comment.