From e2c47b4325fcb0babc910d59a4e50b1e5e69ba1b Mon Sep 17 00:00:00 2001 From: e-sailing Date: Fri, 2 Aug 2019 12:52:41 +0200 Subject: [PATCH] fix error --- classes/add_value_setting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/add_value_setting.py b/classes/add_value_setting.py index 10af3c8..7a6b602 100644 --- a/classes/add_value_setting.py +++ b/classes/add_value_setting.py @@ -142,7 +142,7 @@ def on_add(self, e): self.read_list() def on_graph(self, e): - subprocess.Popen(['python', self.parent.currentpath+'/show_raw_adc_convert.py', str(self.edit)]) + subprocess.Popen(['python', self.parent.parent.currentpath+'/show_raw_adc_convert.py', str(self.edit)]) def on_close(self, e): self.Destroy()