Skip to content
This repository has been archived by the owner on Dec 31, 2019. It is now read-only.

fix error #269

Open
wants to merge 1 commit into
base: beta
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion classes/add_value_setting.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()