Skip to content

Commit

Permalink
Relinked pythonExe
Browse files Browse the repository at this point in the history
  • Loading branch information
oumad committed Mar 4, 2018
1 parent 3dba7a3 commit 497b395
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/menu/js/param-constructors.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const currentDir = getGlobal('currentDir').stdout || 'None'
const selectedScript = getGlobal('menuReturns').script
//get returned script name from the menu
const myScripts = getGlobal('menuReturns').myScripts
// get the config.json
// get the config.json
const myConfig = getGlobal('myConfig')


Expand All @@ -25,7 +25,7 @@ const selectedScriptDir = path.join(scriptsDir,selectedScript)
const scriptFileName = path.join(scriptsDir,selectedScript,myScripts[selectedScript].script)
const scriptJson = path.join(scriptsDir,selectedScript,myConfig.interfaceFile) || path.join(scriptsDir,selectedScript,`interface.json`)
const libsPath = myConfig.libsPath || path.join(__dirname,'libs')
const pythonExe = path.join(libsPath,'python/scripts/python.exe')
const pythonExe = path.join(libsPath,'python/python.exe')


String.prototype.replaceAll = function(search, replacement) {
Expand Down Expand Up @@ -414,4 +414,4 @@ function buildCommandFromInput(obj){
console.log( index + ": " + `"${inputValue}"`);
});
return flags
}
}

0 comments on commit 497b395

Please sign in to comment.