Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
daabr committed Jan 10, 2025
1 parent 792f73d commit 08989fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops/alert_on_session_errors/program.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ def _log_error(session):
print(data)

pid, did = session["projectId"], session["deploymentId"]
path = f"/projects/{pid}/deployments/{did}/sessions/{session["sessionId"]}"
path = f"/projects/{pid}/deployments/{did}/sessions/{session['sessionId']}"
msg = f"Error in AutoKitteh session: {urljoin(UI_BASE_URL, path)}\n```{data}```"
slack.chat_postMessage(channel=SLACK_CHANNEL, text=msg)

0 comments on commit 08989fa

Please sign in to comment.