mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-22 00:35:50 +02:00
format files
This commit is contained in:
@@ -49,9 +49,7 @@ def extract_archives(files):
|
||||
try:
|
||||
patoolib.extract_archive(str(file), outdir=str(file.parent))
|
||||
except patoolib.util.PatoolError as e:
|
||||
log.error(
|
||||
f"Failed to extract archive {file}. Error: {e}"
|
||||
)
|
||||
log.error(f"Failed to extract archive {file}. Error: {e}")
|
||||
|
||||
|
||||
def get_torrent_filepath(torrent: Torrent):
|
||||
|
||||
Reference in New Issue
Block a user