From bdf926496303b5e9441dd66eeaff7f744fbde667 Mon Sep 17 00:00:00 2001 From: Pierre-Antoine Rouby Date: Fri, 5 Sep 2025 09:38:48 +0200 Subject: [PATCH] MainWindow: Minor change. --- src/View/MainWindow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/View/MainWindow.py b/src/View/MainWindow.py index 958c1b26..2e4ce1e7 100644 --- a/src/View/MainWindow.py +++ b/src/View/MainWindow.py @@ -113,7 +113,7 @@ try: from View.Doc.Window import DocWindow _doc = "internal" except Exception as e: - print("Handle exception: {e}") + print(f"Handle exception: {e}") _doc = "external" from Model.Study import Study