MainWindow: Minor change.

scenarios
Pierre-Antoine 2025-09-05 09:38:48 +02:00
parent befe1a550d
commit bdf9264963
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ try:
from View.Doc.Window import DocWindow from View.Doc.Window import DocWindow
_doc = "internal" _doc = "internal"
except Exception as e: except Exception as e:
print("Handle exception: {e}") print(f"Handle exception: {e}")
_doc = "external" _doc = "external"
from Model.Study import Study from Model.Study import Study