mirror of
https://github.com/DragoonAethis/itch-dl.git
synced 2025-01-22 01:41:11 +01:00
Report notes if available, regardless of success
This commit is contained in:
parent
b6e9a60672
commit
21d675f33f
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user