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
Remaining _last_action should be removed and action name should simply be passed to all function which required it.
The trick is when an action is finished and should be propagated to its dependencies, the last_action name should simply be gotten from current action.name
Warning: This could break 'check' code. Be careful.
The text was updated successfully, but these errors were encountered:
Remaining _last_action should be removed and action name should simply be passed to all function which required it.
The trick is when an action is finished and should be propagated to its dependencies, the last_action name should simply be gotten from current action.name
Warning: This could break 'check' code. Be careful.
The text was updated successfully, but these errors were encountered: