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
Fixesraidendotai#29
Fix the YAMLParseError related to nested mappings in compact mappings.
* **Import and Function Call Changes**
- Update the `yaml` import to use `yaml` instead of `yaml-js`.
- Modify the `yaml.load` function call to use `yaml.parse`.
* **Schema Field Changes**
- Ensure the `schema` field does not contain nested mappings.
* **Error Logging**
- Update the `asyncretry_error` object to correctly log errors without causing nested mappings error.
The text was updated successfully, but these errors were encountered: