We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be6d7e7 commit fdf4d55Copy full SHA for fdf4d55
nbclient/util.py
@@ -41,7 +41,7 @@ def wrapped(self, *args, **kwargs):
41
'You are trying to run nbclient in an environment where an '
42
'event loop is already running. Please pass `nest_asyncio=True` in '
43
'`NotebookClient.execute` and such methods.'
44
- )
+ ) from e
45
raise
46
return result
47
wrapped.__doc__ = coro.__doc__
0 commit comments