forked from M-Labs/artiq
coredevice: fix exception return handling
This commit is contained in:
parent
8e1ac8b844
commit
9f620491a9
|
@ -758,7 +758,7 @@ class CommKernel:
|
||||||
self._process_async_error()
|
self._process_async_error()
|
||||||
|
|
||||||
traceback = list(symbolizer(backtrace))
|
traceback = list(symbolizer(backtrace))
|
||||||
core_exn = exceptions.CoreException(nested_exceptions, exception_info,
|
core_exn = CoreException(nested_exceptions, exception_info,
|
||||||
traceback, stack_pointers)
|
traceback, stack_pointers)
|
||||||
|
|
||||||
if core_exn.id == 0:
|
if core_exn.id == 0:
|
||||||
|
|
Loading…
Reference in New Issue