You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
strictyaml.exceptions.YAMLValidationError:
when expecting an integer
found arbitrary text
in "", line 2, column 1:
not_an_integer: '42'
^ (line: 2)
Actual
strictyaml.exceptions.YAMLValidationError: while parsing a mapping
in "", line 1, column 1:
'1': Hello World
^ (line: 1)
required key(s) 'required' not found
in "", line 2, column 1:
not_an_integer: '42'
^ (line: 2)
Recommended action
Confirm
Update the docs (story)
The bigger question: How can the docs (story) be wrong?
The text was updated successfully, but these errors were encountered:
Environment:
strictyaml.MapCombined docs show a different traceback
Straight from the documentation
Expected (shown in docs)
strictyaml.exceptions.YAMLValidationError:
when expecting an integer
found arbitrary text
in "", line 2, column 1:
not_an_integer: '42'
^ (line: 2)
Actual
strictyaml.exceptions.YAMLValidationError: while parsing a mapping
in "", line 1, column 1:
'1': Hello World
^ (line: 1)
required key(s) 'required' not found
in "", line 2, column 1:
not_an_integer: '42'
^ (line: 2)
Recommended action
The bigger question: How can the docs (story) be wrong?
The text was updated successfully, but these errors were encountered: