Skip to content

Commit

Permalink
Fixed documentation in helpers.py .
Browse files Browse the repository at this point in the history
  • Loading branch information
WyvernIXTL committed May 20, 2024
1 parent 9e1e7e9 commit 00c1fc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions installation_instruction/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@

def _get_error_message_from_string(string: str) -> str | None:
"""
Parses via regex and returns error message enquoted in "[[ERROR]]". if no error message is found returns `None`.
Parses error message of error given by using jinja macro `RAISE_JINJA_MACRO_STRING`. If no error message is found returns `None`.
:param string: This is the raw input string where an error message might be.
:param string: This is the raw error string where an error message might be.
:type string: str
:return: Error message if found else None.
:rtpye: str or None
Expand Down

0 comments on commit 00c1fc2

Please sign in to comment.