From 9272f4e0e4e4759aa75822e6fe58b4fba2782f14 Mon Sep 17 00:00:00 2001 From: Erlend vollset Date: Tue, 1 Oct 2019 13:24:50 +0200 Subject: [PATCH] Pass extra information onto reraised CogniteAPIError in concurrency module (#559) --- cognite/client/utils/_concurrency.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cognite/client/utils/_concurrency.py b/cognite/client/utils/_concurrency.py index 70318244db..ce9f1d720b 100644 --- a/cognite/client/utils/_concurrency.py +++ b/cognite/client/utils/_concurrency.py @@ -92,6 +92,7 @@ def collect_exc_info_and_raise( failed=failed, unknown=unknown, unwrap_fn=unwrap_fn, + extra=unknown_exc.extra, ) raise unknown_exc