silence warnings!

This commit is contained in:
Anthony Samms
2025-11-15 14:43:17 -05:00
parent 99bd878c95
commit 6296191846
3 changed files with 4 additions and 3 deletions

View File

@@ -881,7 +881,7 @@ class TJAParser:
continue
#Unrecognized commands will be skipped for now
elif len(part) > 0 and not part[0].isdigit():
logger.warning(f"Unrecognized command: {part}")
logger.warning(f"Unrecognized command: {part} in TJA {self.file_path}")
continue
ms_per_measure = get_ms_per_measure(bpm, time_signature)