mirror of
https://github.com/iluvcapra/mfbatch.git
synced 2025-12-31 08:50:51 +00:00
pylints
This commit is contained in:
@@ -70,6 +70,5 @@ def write_metadata(path: str, data: FlacMetadata,
|
|||||||
|
|
||||||
metadatum_f = metadatum_f + f"{key}={val}\n"
|
metadatum_f = metadatum_f + f"{key}={val}\n"
|
||||||
|
|
||||||
insert_job = run([metaflac_path, "--import-tags-from=-", path],
|
run([metaflac_path, "--import-tags-from=-", path],
|
||||||
input=metadatum_f.encode('utf-8'))
|
input=metadatum_f.encode('utf-8'), check=True)
|
||||||
insert_job.check_returncode()
|
|
||||||
|
|||||||
Reference in New Issue
Block a user