From e506f70baf51c33c83f7056b6c608306e8a6323d Mon Sep 17 00:00:00 2001 From: Anthony Samms Date: Fri, 21 Nov 2025 23:56:24 -0500 Subject: [PATCH] Update tja.py --- libs/tja.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/tja.py b/libs/tja.py index 871cfcf..be860a0 100644 --- a/libs/tja.py +++ b/libs/tja.py @@ -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, self.file_path) + logger.error(data, str(self.file_path)) logger.warning(f"Invalid WAVE value: {data} in TJA file {self.file_path}") self.metadata.wave = Path() else: