1
0
Fork 0

Revert "TEMP: use python3"

This reverts commit 426bca5ace.
This commit is contained in:
Simran Brucherseifer 2019-11-25 19:55:26 +01:00
parent 748e827ab8
commit 8187c7efc3
2 changed files with 2 additions and 2 deletions

View File

@ -136,7 +136,7 @@ function findFreePort() {
}
function main(argv) {
let thePython = 'python3';
let thePython = 'python';
if (fs.exists('build/CMakeCache.txt')) {
let CMakeCache = fs.readFileSync('build/CMakeCache.txt');
thePython = CMakeCache.toString().match(/^PYTHON_EXECUTABLE:FILEPATH=(.*)$/m)[1];

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
exec python3 \
exec python \
`pwd`/utils/generateSwagger.py \
`pwd` \
`pwd`/js/apps/system/_admin/aardvark/APP/api-docs \