If I launch get.py from windows command line it works, but from cygwin shell I've got an error Not really an issue, just to let you know ``` python get.py Traceback (most recent call last): File "get.py", line 99, in <module> print('Platform: {0}'.format(identify_platform())) File "get.py", line 96, in identify_platform return arduino_platform_names[platform.system()][bits] KeyError: 'CYGWIN_NT-10.0' tools # ```