Changed the python run variable for stray eps.
This commit is contained in:
@@ -43,7 +43,7 @@ class StrayRepository {
|
|||||||
assert.notEqual(row, undefined, `Stray '${strayId}' already verified.`);
|
assert.notEqual(row, undefined, `Stray '${strayId}' already verified.`);
|
||||||
|
|
||||||
const options = {
|
const options = {
|
||||||
pythonPath: '/usr/bin/python3',
|
pythonPath: '../app/env/bin/python3',
|
||||||
args: [strayId],
|
args: [strayId],
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user