From 26c1bda3dfb7f6d61bd7b95a52747bab0671688b Mon Sep 17 00:00:00 2001 From: Kevin Midboe Date: Wed, 4 Oct 2017 14:18:42 +0200 Subject: [PATCH] Now when calling moveSeason python script, the python version used is python3. --- seasoned_api/src/seasoned/strayRepository.js | 1 + 1 file changed, 1 insertion(+) diff --git a/seasoned_api/src/seasoned/strayRepository.js b/seasoned_api/src/seasoned/strayRepository.js index acea116..7d439b0 100644 --- a/seasoned_api/src/seasoned/strayRepository.js +++ b/seasoned_api/src/seasoned/strayRepository.js @@ -48,6 +48,7 @@ class StrayRepository { assert.notEqual(row, undefined, `Stray '${strayId}' already verified.`); var options = { + pythonPath: '/usr/bin/python3', args: [strayId] }