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 1a23e43 + 8a88f2b commit 1832632Copy full SHA for 1832632
docs/provisioning.rst
@@ -153,7 +153,7 @@ in the role meant for this kernel by calling a method implemented within *this*
153
raise PermissionError(f"User is not in role {self.role} and "
154
f"cannot launch this kernel.")
155
156
- return super().pre_launch(**kwargs)
+ return await super().pre_launch(**kwargs)
157
158
It is important to note *when* it's necessary to call the superclass in
159
a given method - since the operations it performs may be critical to the
0 commit comments