You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 27, 2021. It is now read-only.
I have experimented with variations of the /d (directory) flag, as well as trying to copy several directory trees from one place to another, The most recent produced the following error:
Traceback (most recent call last):
File "/home/pi/.local/bin/ino", line 6, in
main()
File "/home/pi/.local/lib/python2.7/site-packages/ino/runner.py", line 64, in main
e.process_args(args)
File "/home/pi/.local/lib/python2.7/site-packages/ino/environment.py", line 263, in process_args
all_models = self.board_models()
File "/home/pi/.local/lib/python2.7/site-packages/ino/environment.py", line 204, in board_models
subdict[key] = {}
TypeError: 'str' object does not support item assignment
I plan on taking a look to see if there's anything I can hack, but, if anybody else has the solution, please. This is not what I want to be doing. I hope the message above tweaks someone's memory to provide a timely fix. Thank you.
ino cannot find boards.txt because it is stored in /path-to-arduino/hardware/arduino/avr, not /path-to-arduino/hardware/arduino
The text was updated successfully, but these errors were encountered: