pyControl / code

pyControl GUI and framework code
https://pycontrol.readthedocs.io
GNU General Public License v3.0
23 stars 20 forks source link

recognize device files that have newer class syntax #71

Closed alustig3 closed 1 year ago

alustig3 commented 1 year ago

Since Python 3, classes don't need parentheses if they are not inheriting another class.

This fixes a bug where if you had a device class defined with the new syntax, it would not get recognized and uploaded to the board

ThomasAkam commented 1 year ago

Thanks Andy!