From 2a732e37d48b890c58a56405b03ac89638840575 Mon Sep 17 00:00:00 2001 From: Sanket Bhiogade <76765634+bhiogade@users.noreply.github.com> Date: Fri, 5 Apr 2024 14:20:01 +0200 Subject: [PATCH] PyCharm bug test: make link clicks point to correct url --- test_notebooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_notebooks.py b/test_notebooks.py index 8e30340..a0ba84e 100644 --- a/test_notebooks.py +++ b/test_notebooks.py @@ -81,5 +81,5 @@ def test_jetbrains_bug_py_66491(notebook_filename): raise AssertionError( "notebook cell is missing the execution_count attribute" + " (could be due to a bug in PyCharm," - + " see https://youtrack.jetbrains.com/issue/PY-66491)" + + " see https://youtrack.jetbrains.com/issue/PY-66491 )" )