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
I was able to replicate the issue and found that this is a bug in PyYaml accordingly to this thread: yaml/pyyaml#594
I will think in how we can solve this issue by:
Applying a fix locally to this project
Moving from PyYaml to a different library
Checking if PyYaml has solved this with a new version or if they will gonna solve this in a new version.
JSONDecodeError
Expecting value: line 1 column 1 (char 0)
When either a str or bytes is passed as the parameter and including a tab character, in any of its forms \t or <tab character> (being the second one just a tab in the IDE.
I tried to "clean" tabs (can do in its first form) when in a str before calling the function and it works, but no clue on the second type of tab.
This doesn't work:
This works:
When using AWS CloudFormation Designer, somehow it still validates without issue.
The text was updated successfully, but these errors were encountered: