Startup
This commit is contained in:
@@ -700,7 +700,7 @@ public class NewTest extends javax.swing.JPanel {
|
||||
value = (String) attributes.get("value");
|
||||
description = (String) attributes.get("description");
|
||||
//build the python code for getting the test parameter
|
||||
sSyntaxGetTestParameters = sSyntaxGetTestParameters + name + " = float(params[\""+name+"\"][\"value\"]) ; ";
|
||||
sSyntaxGetTestParameters = sSyntaxGetTestParameters + name + " = float(test.getParam('"+name+"')) ; ";
|
||||
}
|
||||
}
|
||||
replaceParameters(path,
|
||||
|
||||
Reference in New Issue
Block a user