From 21d675f33f83d419d8d20ae3c47692b4348f1d3c Mon Sep 17 00:00:00 2001 From: Ryszard Knop Date: Sun, 17 Mar 2024 00:25:02 +0100 Subject: [PATCH] Report notes if available, regardless of success --- itch_dl/downloader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itch_dl/downloader.py b/itch_dl/downloader.py index b2e9f5f..dd1e070 100644 --- a/itch_dl/downloader.py +++ b/itch_dl/downloader.py @@ -354,7 +354,7 @@ def drive_downloads( print("Download complete!") for result in results: - if result.success and len(result.errors) == 0 and len(result.external_urls): + if not result.errors and not result.external_urls: continue if result.success: