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
Seems like the StepIndex sent from the frontend is one too high?
error is because of this cast step_to_restart = cast(DefaultStep, state.get().steps[-1]) in autofix/tasks.py. We're sending in a ChangeStep instead of DefaultStep.
The text was updated successfully, but these errors were encountered:
https://sentry.sentry.io/issues/6076137886/
Seems like the StepIndex sent from the frontend is one too high?
error is because of this cast
step_to_restart = cast(DefaultStep, state.get().steps[-1])
inautofix/tasks.py
. We're sending in a ChangeStep instead of DefaultStep.The text was updated successfully, but these errors were encountered: