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
|
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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue