mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 19:50:12 +01:00
Update tja.py
This commit is contained in:
@@ -378,7 +378,7 @@ class TJAParser:
|
|||||||
elif item.startswith('WAVE'):
|
elif item.startswith('WAVE'):
|
||||||
data = item.split(':')[1]
|
data = item.split(':')[1]
|
||||||
if not Path(self.file_path.parent / data.strip()).exists():
|
if not Path(self.file_path.parent / data.strip()).exists():
|
||||||
logger.error(data, str(self.file_path))
|
logger.error(f'{data}, {self.file_path}')
|
||||||
logger.warning(f"Invalid WAVE value: {data} in TJA file {self.file_path}")
|
logger.warning(f"Invalid WAVE value: {data} in TJA file {self.file_path}")
|
||||||
self.metadata.wave = Path()
|
self.metadata.wave = Path()
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user