We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 537f1ea commit c47a655Copy full SHA for c47a655
XRPLib/encoded_motor.py
@@ -49,7 +49,7 @@ def get_default_encoded_motor(cls, index:int = 1):
49
)
50
motor = cls._DEFAULT_MOTOR_FOUR_INSTANCE
51
else:
52
- return Exception("Invalid default motor instance")
+ return Exception("Invalid motor index")
53
return motor
54
55
def __init__(self, motor: Motor, encoder: Encoder):
0 commit comments