##// END OF EJS Templates
Improve error message....
Emilio Graff -
Show More
@@ -69,7 +69,7 b' def set_qt_api(gui):'
69 if loaded is not None and gui != "qt":
69 if loaded is not None and gui != "qt":
70 if qt_env2gui[loaded] != gui:
70 if qt_env2gui[loaded] != gui:
71 print(
71 print(
72 f"Cannot switch Qt versions for this session; must use {qt_env2gui[loaded]}."
72 f"Cannot switch Qt versions for this session; will use {qt_env2gui[loaded]}."
73 )
73 )
74 return
74 return
75
75
General Comments 0
You need to be logged in to leave comments. Login now