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.
1 parent 3d8e04b commit aaba512Copy full SHA for aaba512
jupyter_client/provisioning/factory.py
@@ -184,7 +184,7 @@ def _get_provisioner(self, name: str) -> EntryPoint:
184
# instance ourselves - since we have that information.
185
if name == 'local-provisioner':
186
distros = glob.glob(f"{path.dirname(path.dirname(__file__))}-*")
187
- self.log.warn(
+ self.log.warning(
188
f"Kernel Provisioning: The 'local-provisioner' is not found. This is likely "
189
f"due to the presence of multiple jupyter_client distributions and a previous "
190
f"distribution is being used as the source for entrypoints - which does not "
0 commit comments