-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
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
add control point commands, read properties and rizer example #38
Conversation
@tensorturtle any idea why the linter is having a problem? |
@bytosaur there is some cruft in the logs, I think I need to update the lint file. These are the lint errors relevant to your PR.
|
Hi @bytosaur, would you be able to address the lint errors then we can get this change merged in? |
sorry it took me some time to get back to it! Thanks for describing the problem for me. I didn't use any formatter and I am not used to this kind of issue :D |
i think the fails for 3.9 and 3.10 is in the linter file as some terms are not recognized |
The linter errors in 3.9 and 3.10 have to do with some recent compatibility changes I made, I will take a look. |
The pylint complains about this line: Line 31 in a5998eb
This line preserves backwards compatibility for python versions less than 3.9. I feel that we are justified in commenting The alternative would be to bump the minimum python version to 3.9, which I don't think is necessary. @bytosaur Could you add that pylint comment and attempt merge? |
#36
:)