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
p402: Make HOMING_TIMEOUT_DEFAULT configurable per instance. (#258)
When the HOMING_TIMEOUT_DEFAULT class attribute is overridden as an
object attribute, the argument default value definition in homing()
still uses the old value from the class attribute. Check the argument
and apply the default value at runtime to pick up the updated default
timeout if the argument is omitted.
Co-authored-by: André Filipe Silva <[email protected]>
0 commit comments