Browse Source

fix typo

pull/2/head
Fernando Trias 4 years ago
parent
commit
29f6e9fab7
  1. 2
      teensy_debug

2
teensy_debug

@ -119,7 +119,7 @@ def installGDB():
DIR = APPDIR + "Arduino.app/" DIR = APPDIR + "Arduino.app/"
else: else:
try: try:
DIR = os.readlink("/usr/local/bin/arduinox") DIR = os.readlink("/usr/local/bin/arduino")
DIR = os.path.dirname(DIR) + "/" DIR = os.path.dirname(DIR) + "/"
except: except:
DIR = '' DIR = ''

Loading…
Cancel
Save