PagerDuty hook AttributeError with Python < 3.10 #886
Labels
No labels
blocked
breaking
bug
data loss
design finalized
good first issue
new feature area
question / support
security
waiting for response
No milestone
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
borgmatic-collective/borgmatic#886
Loading…
Reference in a new issue
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
createaction.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!