mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 11:40:13 +01:00
Update tja.py
This commit is contained in:
@@ -378,7 +378,7 @@ class TJAParser:
|
||||
elif item.startswith('WAVE'):
|
||||
data = item.split(':')[1]
|
||||
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}")
|
||||
self.metadata.wave = Path()
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user