From 0b8ce367b44bd7ca9c462895ce87a198ccc91ecc Mon Sep 17 00:00:00 2001 From: Henrique Gemignani Passos Lima Date: Tue, 1 Aug 2023 15:14:18 +0300 Subject: [PATCH] Fix --- tools/plot_simple_map.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tools/plot_simple_map.py b/tools/plot_simple_map.py index 2aaebc93..c445b3ef 100644 --- a/tools/plot_simple_map.py +++ b/tools/plot_simple_map.py @@ -3293,9 +3293,10 @@ def get_actor_name_for_node(node: dict) -> str: return node["extra"][variable] -def decode_world(root: Path, target_level: str, out_path: Path, only_update_existing_areas: bool = True, - skip_existing_actors: bool = True): # ruff: noqa: C901 - +def decode_world( # noqa: C901 + root: Path, target_level: str, out_path: Path, only_update_existing_areas: bool = True, + skip_existing_actors: bool = True +): global pickup_index, bmscc, brsa, brfld, brfld_path all_names = dread_data.all_asset_id_to_name() game = Game.DREAD