We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1907aea + 5105588 commit f355aa3Copy full SHA for f355aa3
1 file changed
20-executors/getflags/flags2_asyncio.py
@@ -79,6 +79,8 @@ async def supervisor(cc_list: list[str],
79
error = exc # <10>
80
except KeyboardInterrupt:
81
break
82
+ else:
83
+ error = None
84
85
if error:
86
status = DownloadStatus.ERROR # <11>
0 commit comments