Skip to content

Commit 8a88f2b

Browse files
abzymeinsjtuabzymeinsjtu
authored andcommitted
fix rbac provisioner example
1 parent 0eb4927 commit 8a88f2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/provisioning.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ in the role meant for this kernel by calling a method implemented within *this*
153153
raise PermissionError(f"User is not in role {self.role} and "
154154
f"cannot launch this kernel.")
155155
156-
return super().pre_launch(**kwargs)
156+
return await super().pre_launch(**kwargs)
157157
158158
It is important to note *when* it's necessary to call the superclass in
159159
a given method - since the operations it performs may be critical to the

0 commit comments

Comments
 (0)