Skip to content

Commit

Permalink
Remove raise
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Apr 26, 2020
1 parent f27a04b commit 4d8ca52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion opentelemetry-api/src/opentelemetry/context/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,3 @@ def detach(token: object) -> None:
_RUNTIME_CONTEXT.detach(token) # type: ignore
except Exception: # pylint: disable=broad-except
logger.error("Failed to detach context")
raise

0 comments on commit 4d8ca52

Please sign in to comment.