##// END OF EJS Templates
Formatting
Emilio Graff -
Show More
@@ -109,9 +109,7 b' def set_qt_api(gui):'
109 109 if "QT_API" in os.environ.keys():
110 110 del os.environ["QT_API"]
111 111 else:
112 print(
113 f'Unrecognized Qt version: {gui}. Should be "qt5", "qt6", or "qt".'
114 )
112 print(f'Unrecognized Qt version: {gui}. Should be "qt5", "qt6", or "qt".')
115 113 return
116 114
117 115
General Comments 0
You need to be logged in to leave comments. Login now