Skip to content

A variable type error on line 620 of the repair.py file #63

Open
@feifei592

Description

@feifei592

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions