@@ -1245,7 +1245,7 class BasicWindow(QMainWindow, Ui_BasicWindow): | |||
|
1245 | 1245 | print "Please fill the pairs list field" |
|
1246 | 1246 | return 0 |
|
1247 | 1247 | |
|
1248 |
if not |
|
|
1248 | if not puObj.addParameter(name=name_parameter, value=value, format=format): | |
|
1249 | 1249 | self.console.append("Invalid value '%s' for '%s'" %(value,name_parameter)) |
|
1250 | 1250 | return 0 |
|
1251 | 1251 |
General Comments 0
You need to be logged in to leave comments.
Login now