Fix ruff F821: use self.log instead of undefined log

This commit is contained in:
Janik Besendorf
2026-04-12 10:05:43 +02:00
parent 642add21b0
commit 6342e3261b
+1 -1
View File
@@ -247,7 +247,7 @@ class Command:
try:
run_module(m)
except EncryptedBackupError:
log.critical(
self.log.critical(
"The backup appears to be encrypted. "
"Please decrypt it first using `mvt-ios decrypt-backup`."
)