PagerDuty hook AttributeError with Python < 3.10 #886
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?
What I'm trying to do and why
As part of fixing a test deprecation warning, borgmatic 1.8.12 broke the PagerDuty hook when Python < 3.10 is used.
Steps to reproduce
Configure the PagerDuty hook and run a
create
action.Actual behavior
Expected behavior
No error; PagerDuty is pinged.
Other notes / implementation ideas
No response
borgmatic version
1.8.12
borgmatic installation method
pipx install --editable
Borg version
No response
Python version
3.8.15
Database version (if applicable)
No response
Operating system and version
Alpine 3.13
PagerDuty hook errors with Python < 3.10to PagerDuty hook AttributeError with Python < 3.10Fixed in main. Will be part of the next release.
Released in borgmatic 1.8.13!