mirror of
https://github.com/iluvcapra/mfbatch.git
synced 2025-12-31 08:50:51 +00:00
Amended error line
This commit is contained in:
@@ -56,7 +56,7 @@ def create_batch_list(command_file: str, recursive=True, sort_mode='path'):
|
|||||||
try:
|
try:
|
||||||
this_file_metadata = metadata_funcs.read_metadata(path)
|
this_file_metadata = metadata_funcs.read_metadata(path)
|
||||||
except CalledProcessError as e:
|
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")
|
f"metadata from the file {path}\n\n")
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user