installing on Arch fails due to pykwalify rules error #85
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Thanks for filing. Looks like this is the same issue mentioned in this pull request, and likely caused by an incompatibility in newer versions of
ruamel.yaml
.Okay, I believe this is now fixed in borgmatic 1.2.2, just released. I managed to change borgmatic's use of
ruamel.yaml
to load the config and the schema in such a way that pykwalify no longer explodes. I confirmed that the changed code works with bothruamel.yaml
0.15.51 and 0.15.52 (before and after the breaking change, respectively).