We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 #
The text was updated successfully, but these errors were encountered:
Fix issue with get.py when run in Cygwin (#943)
daf360d
@hallard should be fixed with daf360d
Sorry, something went wrong.
@igrr Just to let you know, tested with Arduino 1.6.6 from scratch (windows10 x64 + cygwin), worked fine ;-)
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: