InvalidRunException, MisconfigurationException {
boolean makeArgumentsVariableSubstitution = false;
// we don't want to make the arguments substitution (because it could end opening up a
// dialog for the user requesting something).
PythonRunnerConfig config = new GrinderRunnerConfig(configuration,
launchConfigurationDialog.getMode(), makeArgumentsVariableSubstitution);
return config;
}