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
PyYaml barfs if it encounters an @ followed by a word in the YAML header to the candidate files. This becomes a frequent issue if, say, the organization puts in a field for slack handles.
The simple solution to this is to pre-parse the header and filter out any @ characters.
The text was updated successfully, but these errors were encountered:
PyYaml barfs if it encounters an @ followed by a word in the YAML header to the candidate files. This becomes a frequent issue if, say, the organization puts in a field for slack handles.
The simple solution to this is to pre-parse the header and filter out any @ characters.
The text was updated successfully, but these errors were encountered: