Closed doors logic #3
Annotations
9 errors
Dolphin scripts/Entrance Randomizer/__main__.py#L30
Type of "create_graphml" is partially unknown
Type of "create_graphml" is "(transitions_map: Mapping[tuple[int, int], tuple[int, int]], temp_disabled_exits: Sequence[tuple[int, int]], closed_door_exits: Unknown, seed_string: int | float | str | bytes | bytearray | Literal[False] | None, starting_area: int) -> None" (reportUnknownVariableType)
|
Dolphin scripts/Entrance Randomizer/lib/graph_creation.py#L138
Type of parameter "temp_disabled_exits" is unknown (reportUnknownParameterType)
|
Dolphin scripts/Entrance Randomizer/lib/graph_creation.py#L138
"Iterable" is not defined (reportUndefinedVariable)
|
Dolphin scripts/Entrance Randomizer/lib/graph_creation.py#L139
Type of parameter "closed_door_exits" is unknown (reportUnknownParameterType)
|
Dolphin scripts/Entrance Randomizer/lib/graph_creation.py#L139
"Container" is not defined (reportUndefinedVariable)
|
Dolphin scripts/Entrance Randomizer/lib/graph_creation.py#L193
Type of parameter "closed_door_exits" is unknown (reportUnknownParameterType)
|
Dolphin scripts/Entrance Randomizer/lib/graph_creation.py#L193
"Container" is not defined (reportUndefinedVariable)
|
Dolphin scripts/Entrance Randomizer/lib/graph_creation.py#L204
Argument type is unknown
Argument corresponds to parameter "closed_door_exits" in function "create_edges" (reportUnknownArgumentType)
|
|
This job failed
Loading