From c7281eb4a6df0bc63a2b315397506cc75fc8529c Mon Sep 17 00:00:00 2001 From: Ben Schroeter Date: Thu, 17 Oct 2024 11:49:28 +1100 Subject: [PATCH] Update base.py Co-authored-by: Sean Bryan <39685865+SeanBryan51@users.noreply.github.com> --- hpcpy/client/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hpcpy/client/base.py b/hpcpy/client/base.py index e585a3c..1605642 100644 --- a/hpcpy/client/base.py +++ b/hpcpy/client/base.py @@ -172,7 +172,7 @@ def _shell(self, cmd, decode=True): Automatically decode response with utf-8, defaults to True Raises ------ - hpcypy.excetions.ShellException : + hpcpy.exceptions.ShellException : When the underlying shell call fails. Returns