From c7f742c3ec8c89cf96d5571f18b6fdf9664e92cb Mon Sep 17 00:00:00 2001 From: "nicolas.forquet" <nicolas.forquet@irstea.fr> Date: Mon, 16 Nov 2020 15:51:21 +0100 Subject: [PATCH] close issue #24: python does not take relative path. Had to be transform into an absolute path --- Ohmpi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ohmpi.py b/Ohmpi.py index 12768e7d..858e1db5 100644 --- a/Ohmpi.py +++ b/Ohmpi.py @@ -41,7 +41,7 @@ coef_p0 = 2.5 # slope for current conversion for ADS.P0, measurement in V/V coef_p1 = 2.5 # slope for current conversion for ADS.P1, measurement in V/V coef_p2 = 2.5 # slope for current conversion for ADS.P2, measurement in V/V coef_p3 = 2.5 # slope for current conversion for ADS.P3, measurement in V/V -export_path = "~/measurement.csv" +export_path = "/home/pi/Desktop/measurement.csv" """ functions -- GitLab