mirror of https://gitlab.com/pamhyr/pamhyr2
MainWindow: Minor change.
parent
befe1a550d
commit
bdf9264963
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue