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.
2 parents be6d7e7 + fdf4d55 commit 634dc8fCopy full SHA for 634dc8f
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