Report notes if available, regardless of success

This commit is contained in:
Ryszard Knop 2024-03-17 00:25:02 +01:00
parent b6e9a60672
commit 21d675f33f

View File

@ -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: