-
Notifications
You must be signed in to change notification settings - Fork 14
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
pyTransition : Errors in sample code #989
Comments
Also, those code example should be included in the README from external file so that we can CI test them. |
Another one. In the two samples for connecting to the server, the get_nodes() function is used as an example. It is called in two different ways: The first one gives the following error:
While the second one gives the following error:
So it seems that the first formulation should be used in all sample code. |
#1171 add a method to link actual script to the README to ease in testing. |
the trailling comma is not an issue in Python, but the other errors were fixed |
Two errors cause issues when running the sample code for request_accessibility_map:
The text was updated successfully, but these errors were encountered: