Skip to content

Commit

Permalink
Pass extra information onto reraised CogniteAPIError in concurrency m…
Browse files Browse the repository at this point in the history
…odule (#559)
  • Loading branch information
erlendvollset authored and sanderland committed Oct 1, 2019
1 parent d61e72a commit 9272f4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cognite/client/utils/_concurrency.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9272f4e

Please sign in to comment.