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