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
Since this needs to call a function specified in the YAML, it is considered unsafe (when loading untrusted YAML), so you need to use unsafe_load in the future:
yaml.unsafe_load(y)
# or
yaml.load(y, Loader=yaml.UnsafeLoader)
Please reopen if this isn't working as expected, I tested it here and it works.
#177 is similar, but was closed as fixed, so I'm opening a new issue.
The text was updated successfully, but these errors were encountered: