Fix backup formatting (#135350)

This commit is contained in:
Joost Lekkerkerker
2025-01-11 11:15:00 +01:00
committed by GitHub
parent b9259b6f77
commit 4d93fbcb52

View File

@@ -753,7 +753,7 @@ class BackupManager:
backup_name = (
name
or f"{"Automatic" if with_automatic_settings else "Custom"} backup {HAVERSION}"
or f"{'Automatic' if with_automatic_settings else 'Custom'} backup {HAVERSION}"
)
try: