Skip to content

Commit 774c147

Browse files
committed
Merge branch 'main_upstream'
2 parents 513e718 + 2e8cff2 commit 774c147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: modules/async_worker.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def __init__(self, args):
159159
async_tasks = []
160160

161161

162-
class EarlyReturnException:
162+
class EarlyReturnException(BaseException):
163163
pass
164164

165165

0 commit comments

Comments
 (0)