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
includehandler: improve reporting of yaml format errors
When passing a yaml file that is incorrectly formatted, the parser
raises an error. This error needs to be caught, as otherwise a huge
splat is given back to the user which hides the error.
We now handle this case and report the line at which the error most
likely occurred.
Reported-by: Jan Kiszka <[email protected]>
Signed-off-by: Felix Moessbauer <[email protected]>
Signed-off-by: Jan Kiszka <[email protected]>
0 commit comments