Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian321 committed Dec 14, 2024
1 parent 58c418f commit d2bd309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ss14_tiled/generate/entities.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def create_entities(root: Path, out: Path):

existing_out.write_text(json.dumps(existing, default=vars), "UTF-8")
create_tsx(existing, f"Entities - {g_name}",
out / f"entities_{g_name}.tsx")
out / f"entities_{g_name}.tsx")


def find_entities(root: Path) -> list[dict]:
Expand Down

0 comments on commit d2bd309

Please sign in to comment.