Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions 20-executors/getflags/flags2_asyncio.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ async def supervisor(cc_list: list[str],
error = exc # <10>
except KeyboardInterrupt:
break
else:
error = None

if error:
status = DownloadStatus.ERROR # <11>
Expand Down