SyntaxError: f-string expression part cannot include a backslash #1057
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
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
borgmatic-collective/borgmatic#1057
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
Getting it to run at all π
Steps to reproduce
Actual behavior
Crashes on
borgmatic --help,borgmatic --version... basically anything.Expected behavior
Never crash π
Other notes / implementation ideas
No response
borgmatic version
2.0.0 (but borgmatic --version fails)
borgmatic installation method
pipx upgrade-all; also tried pipx uninstall and then pipx install
Borg version
borg 1.2.8
Python version
Python 3.10.12
Database version (if applicable)
No response
Operating system and version
Ubuntu 22.04.5 LTS
As a sidenote, maybe the major version release allows removing the deprecated
generate-borgmatic-configandvalidate-borgmatic-config?Ah I was looking forward to the first showstopper bug after the 2.0.0 release. You win the award for finding it! π
This might be a Python version incompatibility thing. I'll look into it.
Oh there's tons of deprecated stuff that could be removed. I chose not to do it for this release, but watch out for the next one!
Fixed in main and released in borgmatic 2.0.1! Thanks for filing this one!
I can confirm: works great now. And once again big props for the super quick response time!