This commit is contained in:
Adam Hopkins
2021-02-08 14:09:41 +02:00
parent 64f0496d9e
commit 5f17e9591b
5 changed files with 16 additions and 14 deletions

View File

@@ -32,7 +32,6 @@ class ExceptionMixin:
if isinstance(exceptions[0], list):
exceptions = tuple(*exceptions)
print(handler, exceptions)
future_exception = FutureException(handler, exceptions)
self._future_exceptions.add(future_exception)
if apply: