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
Line 620 of the repair.py file: if raw_output["raw_output"] == "":
Should be changed to: if raw_output["raw_output"] == [""]
Otherwise, it will cause the error list index out of range