Changed filename for moveSeasoned to include dir

This commit is contained in:
2017-08-14 22:33:28 +02:00
parent 47aa638fd8
commit b8d01fcf1c

View File

@@ -51,7 +51,7 @@ class StrayRepository {
args: [strayId] args: [strayId]
} }
pythonShell.run('moveSeasoned.py', options, function (err, results) { pythonShell.run('app/moveSeasoned.py', options, function (err, results) {
if (err) throw err; if (err) throw err;
// TODO Add error handling!! StrayRepository.ERROR // TODO Add error handling!! StrayRepository.ERROR
// results is an array consisting of messages collected during execution // results is an array consisting of messages collected during execution