Skip to content
Snippets Groups Projects
Commit 1e57442a authored by René Nussbaumer's avatar René Nussbaumer Committed by Iustin Pop
Browse files

Fix a typo in the doc string


MaybeRaise in lib/errors.py had a typo in the doc string

Signed-off-by: default avatarRené Nussbaumer <rn@google.com>
Signed-off-by: default avatarIustin Pop <iustin@google.com>
Reviewed-by: default avatarIustin Pop <iustin@google.com>
parent e5823b7e
No related branches found
No related tags found
No related merge requests found
...@@ -304,7 +304,7 @@ def EncodeException(err): ...@@ -304,7 +304,7 @@ def EncodeException(err):
def MaybeRaise(result): 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 This function tries to parse the passed argument and if it looks
like an encoding done by EncodeException, it will re-raise it. like an encoding done by EncodeException, it will re-raise it.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment