Skip to content

Commit 28bfa85

Browse files
LaSi5002dragos-ana
andauthored
Update src/fourc_webviewer/fourc_webserver.py
Co-authored-by: Dragos Ana <[email protected]>
1 parent 7a2effd commit 28bfa85

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/fourc_webviewer/fourc_webserver.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1118,7 +1118,12 @@ def click_save_button(self, **kwargs):
11181118

11191119
def parse_validation_error_text(self, text):
11201120
"""Parse a ValidationError message string (with multiple "- Parameter
1121-
in [...]" blocks) into a nested dict."""
1121+
in [...]" blocks) into a nested dict.
1122+
Args:
1123+
text (str): <fill in your definition>
1124+
Returns:
1125+
dict: <fill in your definition>
1126+
"""
11221127
error_dict = {}
11231128
# Match "- Parameter in [...]" blocks up until the next one or end of string
11241129
block_re = re.compile(

0 commit comments

Comments
 (0)