We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b59bec4 commit d5fd321Copy full SHA for d5fd321
getmodels.py
@@ -149,7 +149,7 @@ def set_models_locn(ini_file):
149
msgbox.setWindowIcon(QtGui.QIcon('sen_icon32.ico'))
150
msgbox.setText('SIREN Models folder missing')
151
msgbox.setInformativeText('Do you want to reset the Models location (Y)?')
152
- msgbox.setDetailedText("Can't find " + model_dir + '. ' + \
+ msgbox.setDetailedText("Can't find locations in\n'" + models_location + "'.\n" + \
153
"If you reply 'Y'es you can choose a new location for the Models.")
154
msgbox.setIcon(QtWidgets.QMessageBox.Question)
155
msgbox.setStandardButtons(QtWidgets.QMessageBox.Yes | QtWidgets.QMessageBox.No)
0 commit comments