From 69cdb6dec1b3954da1b53df5eb5b906046fc288c Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Wed, 16 Oct 2024 13:37:59 -0700 Subject: [PATCH] Amended error line --- mfbatch/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mfbatch/__main__.py b/mfbatch/__main__.py index c2fab0c..f2fba5d 100644 --- a/mfbatch/__main__.py +++ b/mfbatch/__main__.py @@ -56,7 +56,7 @@ def create_batch_list(command_file: str, recursive=True, sort_mode='path'): try: this_file_metadata = metadata_funcs.read_metadata(path) except CalledProcessError as e: - f.write(f"# !!! ERROR ({e.returncode}) while reading " + f.write(f"# !!! METAFLAC ERROR ({e.returncode}) while reading " f"metadata from the file {path}\n\n") continue