amperka / ino

Command line toolkit for working with Arduino hardware
http://inotool.org
MIT License
1.08k stars 233 forks source link

Better boards.txt searching: fixes #42 #258

Closed qguv closed 8 years ago

qguv commented 8 years ago

The ** glob syntax is available in Python 3 but not Python 2. In legacy Python 2, it's necessary to specify how many sub-directories you'd like to glob through by repeated applications of the single * wildcard.

Fixes #42.

qguv commented 8 years ago

I was wrong; no it doesn't; you're using glob2. Please see the much better #259.