From 482b26e12f63b9ffc7649c35059e703b00e16c3e Mon Sep 17 00:00:00 2001 From: Ethan Date: Sun, 21 Jan 2024 03:34:01 +0900 Subject: [PATCH] black --- tools/splat_ext/pm_map_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/splat_ext/pm_map_data.py b/tools/splat_ext/pm_map_data.py index ba53874d2a..8a462e86f5 100644 --- a/tools/splat_ext/pm_map_data.py +++ b/tools/splat_ext/pm_map_data.py @@ -12,7 +12,7 @@ import yaml as yaml_loader import n64img.image from tex_archives import TexArchive -sys.path.append(os.path.join(os.path.dirname(__file__), "..", "..", "build")) # terrible +sys.path.append(os.path.join(os.path.dirname(__file__), "..", "..", "build")) # terrible from mapfs.shape import ShapeFile script_dir = Path(os.path.dirname(os.path.realpath(__file__)))