*/
private void executeInPython(String scriptContent, Map<String, String> configs)
{
// The script interpreter
final PythonInterpreter interp = new PythonInterpreter();
final StreamConnection conn = new DefaultStreamConnection();
// info for users
if (getProject() != null)
{
getLog().info("variable mavenProject available");