You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Format 'stopping motor...' more neatly when wait = True:
Fancy threading stuff happens when wait is True to make the method return immediately while the motor keeps spinning until the duration ends. This means that when stop is called at the end, the message printed (if verbose) is formatted badly:
In this case, the print statement prints to the Python console prompt, which shouldn't happen
The text was updated successfully, but these errors were encountered:
Format '
stopping motor
...' more neatly whenwait
=True
:Fancy threading stuff happens when
wait
isTrue
to make the method return immediately while the motor keeps spinning until theduration
ends. This means that whenstop
is called at the end, the message printed (ifverbose
) is formatted badly:In this case, the print statement prints to the Python console prompt, which shouldn't happen
The text was updated successfully, but these errors were encountered: