From b8d01fcf1cf5ba52faeacdd11fcd27a60201405a Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Mon, 14 Aug 2017 22:33:28 +0200 Subject: [PATCH] Changed filename for moveSeasoned to include dir --- seasoned_api/src/seasoned/strayRepository.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seasoned_api/src/seasoned/strayRepository.js b/seasoned_api/src/seasoned/strayRepository.js index 4f688ac..e98a919 100644 --- a/seasoned_api/src/seasoned/strayRepository.js +++ b/seasoned_api/src/seasoned/strayRepository.js @@ -51,7 +51,7 @@ class StrayRepository { args: [strayId] } - pythonShell.run('moveSeasoned.py', options, function (err, results) { + pythonShell.run('app/moveSeasoned.py', options, function (err, results) { if (err) throw err; // TODO Add error handling!! StrayRepository.ERROR // results is an array consisting of messages collected during execution