Skip to content

Commit 5fdfd1a

Browse files
fix(application): superfluous character rendered
1 parent 98736de commit 5fdfd1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aignostics/application/_gui/_page_application_run_describe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ def open_marimo(results_folder: Path, button: ui.button | None = None) -> None:
533533

534534
ui.code(
535535
f"""
536-
* Run ID: {run_data.run_id}'
536+
* Run ID: {run_data.run_id}
537537
* Application: {run_data.application_id} ({run_data.version_number})
538538
* Status: {status_str}
539539
* Output: {run_data.output.name}

0 commit comments

Comments
 (0)