From 12b0f6dc16fc26edd3c7a5eb2b87644a73a381cd Mon Sep 17 00:00:00 2001 From: trotFunky Date: Wed, 18 Apr 2018 00:39:55 +0200 Subject: [PATCH] =?UTF-8?q?Modification=20relative=20au=20changement=20de?= =?UTF-8?q?=20l'architecture=20du=20d=C3=A9p=C3=B4t=20Python=20(Oui=20c'es?= =?UTF-8?q?t=20sale)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Perso/serialToCSV.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Perso/serialToCSV.sh b/Perso/serialToCSV.sh index 30eb346..e175916 100755 --- a/Perso/serialToCSV.sh +++ b/Perso/serialToCSV.sh @@ -3,7 +3,7 @@ function pythonGraph { echo "DATAEND" >> "$3" echo "" > /dev/ttyACM0 - python3 /home/trotfunky/Programmation/Git/Python/extraction_asserv.py "$2" "$1" + python3 /home/trotfunky/Programmation/Git/Python/INTech/extraction_asserv.py "$2" "$1" exit } @@ -36,4 +36,4 @@ while true; do esac done -python3 /home/trotfunky/Programmation/Git/Python/extraction_asserv.py "$outFile" "$1" \ No newline at end of file +python3 /home/trotfunky/Programmation/Git/Python/INTech/extraction_asserv.py "$outFile" "$1" \ No newline at end of file