mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
fix: correctly debug preprocessor again (#3332)
fixes https://github.com/lllyasviel/Fooocus/issues/3327 as discussed in https://github.com/lllyasviel/Fooocus/discussions/3323 add missing inheritance for EarlyReturnException from BaseException to correctly throw and catch
This commit is contained in:
@@ -158,7 +158,7 @@ class AsyncTask:
|
||||
async_tasks = []
|
||||
|
||||
|
||||
class EarlyReturnException:
|
||||
class EarlyReturnException(BaseException):
|
||||
pass
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user