mirror of
https://github.com/mvt-project/mvt.git
synced 2026-05-28 19:01:30 +02:00
Fix ruff F821: use self.log instead of undefined log
This commit is contained in:
@@ -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`."
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user