Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

[BUG]: bad error message for SpeedControllerGroup construction #714

Closed
virtuald opened this issue May 17, 2022 · 0 comments · Fixed by #716
Closed

[BUG]: bad error message for SpeedControllerGroup construction #714

virtuald opened this issue May 17, 2022 · 0 comments · Fixed by #716
Projects

Comments

@virtuald
Copy link
Member

Problem description

The error message generated is useless, we should fix it.

Operating System

Windows, MacOS, Linux, RoboRIO

Installed Python Packages

No response

Reproducible example code

>>> import wpilib
>>> wpilib.SpeedControllerGroup(1,2,3)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
RuntimeError: Unable to cast Python instance to C++ type (compile in debug mode for details)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
No open projects
2023 Season
  
To Do
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant