Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maxschulz-COL committed Oct 17, 2024
1 parent ccb5bd5 commit 7bcd8ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/pycafe/create_pycafe_links.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def post_comment(urls: list[tuple[str, str]]):
# Define the comment body with datetime
dashboards = "\n\n".join(f"Link: [{directory}]({url})" for url, directory in urls)

comment_body = textwrap.dedent(f"""View the example dashboards of the current commit live on PyCafe:
comment_body = textwrap.dedent(f"""View the example dashboards of the current commit live on PyCafe:\n
Updated on: {current_utc_time}
Commit: {commit_sha}
Expand Down

0 comments on commit 7bcd8ea

Please sign in to comment.