MaybeRaise in lib/errors.py had a typo in the doc string Signed-off-by: René Nussbaumer <[email protected]> --- lib/errors.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/errors.py b/lib/errors.py index 2149600..a50b037 100644 --- a/lib/errors.py +++ b/lib/errors.py @@ -384,7 +384,7 @@ def EncodeException(err): def MaybeRaise(result): - """Is this looks like an encoded Ganeti exception, raise it. + """If this looks like an encoded Ganeti exception, raise it. This function tries to parse the passed argument and if it looks like an encoding done by EncodeException, it will re-raise it. -- 1.5.4.3
