Skip to content

Commit

Permalink
Merge pull request #5 from franTarkenton/master
Browse files Browse the repository at this point in the history
fixing python path error
  • Loading branch information
franTarkenton authored Jan 16, 2019
2 parents 1e2aaed + a985fdf commit 2a14634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def getWindowsPaths64() {
"E:\\sw_nt\\oracle12c\\instantclient_12_2_32",
"E:\\sw_nt\\Java\\jre1.8.0_161\\bin",
"E:\\sw_nt\\Java\\jre1.8.0_161\\lib",
"E:\\sw_nt\\arcgis\\Pro\\bin\\Python\\envs\\arcgispro-py3\\Lib",
"E:\\sw_nt\\arcgis\\Pro\\bin\\Python\\envs\\arcgispro-py3",
"E:\\sw_nt\\arcgis\\Pro\\bin\\Python\\envs\\arcgispro-py3\\Scripts",
"E:\\sw_nt\\sonar-scanner\\bin",
"E:\\sw_nt\\sonar-scanner\\lib"
Expand Down

0 comments on commit 2a14634

Please sign in to comment.