Skip to content

Commit 1832632

Browse files
authored
Merge pull request #730 from abzymeinsjtu/fix_provisioner_example
2 parents 1a23e43 + 8a88f2b commit 1832632

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)