fix box texture size

This commit is contained in:
Anthony Samms
2025-12-18 22:59:07 -05:00
parent ae4bb6cb64
commit 0a44ea8313
2 changed files with 12 additions and 1 deletions

View File

@@ -425,6 +425,8 @@ def get_japanese_songs_for_version(csv_file_path, version_column):
path = Path(choice)
else:
path = Path(input(f"NOT FOUND {title}: "))
if path == Path():
continue
hash = process_tja_file(path)
tja_parse = TJAParser(Path(path))
genre = Path(path).parent.parent.name