Filestructure cleanup #17

Merged
KevinMidboe merged 4 commits from filestructure_cleanup into master 2017-08-14 20:50:28 +00:00
Showing only changes of commit b8d01fcf1c - Show all commits

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