Skip to content

Commit

Permalink
Merge pull request #730 from abzymeinsjtu/fix_provisioner_example
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Dec 22, 2021
2 parents 1a23e43 + 8a88f2b commit 1832632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/provisioning.rst
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ in the role meant for this kernel by calling a method implemented within *this*
raise PermissionError(f"User is not in role {self.role} and "
f"cannot launch this kernel.")
return super().pre_launch(**kwargs)
return await super().pre_launch(**kwargs)
It is important to note *when* it's necessary to call the superclass in
a given method - since the operations it performs may be critical to the
Expand Down

0 comments on commit 1832632

Please sign in to comment.