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
Lately result/logger.py's has been failing creating the rip log. Looks like there has been a breaking API change in ruamel.yaml.
File "/usr/lib/python3.11/site-packages/whipper/result/logger.py", line 152, in logRip
riplog = yaml.dump(
^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/ruamel/yaml/main.py", line 1251, in dump
error_deprecation('dump', 'dump', arg="typ='unsafe', pure=True")
File "/usr/lib/python3.11/site-packages/ruamel/yaml/main.py", line 1039, in error_deprecation
raise AttributeError(s, name=None)
AttributeError:
"dump()" has been removed, use
yaml = YAML(typ='unsafe', pure=True)
yaml.dump(...)
instead of file "/usr/lib/python3.11/site-packages/whipper/result/logger.py", line 152
The text was updated successfully, but these errors were encountered:
Lately result/logger.py's has been failing creating the rip log. Looks like there has been a breaking API change in
ruamel.yaml
.The text was updated successfully, but these errors were encountered: