coredevice: fix exception return handling

This commit is contained in:
Sebastien Bourdeauducq 2022-02-13 13:32:50 +08:00
parent 8e1ac8b844
commit 9f620491a9
1 changed files with 1 additions and 1 deletions

View File

@ -758,7 +758,7 @@ class CommKernel:
self._process_async_error()
traceback = list(symbolizer(backtrace))
core_exn = exceptions.CoreException(nested_exceptions, exception_info,
core_exn = CoreException(nested_exceptions, exception_info,
traceback, stack_pointers)
if core_exn.id == 0: