mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-09 05:09:27 +01:00
Added a log message when skipping an incomplete torrent
This commit is contained in:
@@ -171,6 +171,7 @@ def verify(albumid, albumpath, Kind=None, forced=False):
|
||||
downloaded_cuecount += 1
|
||||
# if any of the files end in *.part, we know the torrent isn't done yet. Process if forced, though
|
||||
elif files.lower().endswith('.part') and not forced:
|
||||
logger.info("Looks like " + os.path.basename(albumpath).decode(headphones.SYS_ENCODING, 'replace') + " isn't complete yet. Will try again on the next run")
|
||||
return
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user