mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-12-18 02:50:54 +00:00
Log backup status using newline
This commit is contained in:
parent
75295f95ac
commit
54aec046a6
@ -278,7 +278,7 @@ def check_backup(rounded_values, env, output):
|
|||||||
try:
|
try:
|
||||||
backup_stat = backup_status(env)
|
backup_stat = backup_status(env)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
output.print_error(f"Failed to obtain backup status: {e}")
|
output.print_error(f"Failed to obtain backup status:\n{e}")
|
||||||
return
|
return
|
||||||
|
|
||||||
backups = backup_stat.get("backups", {})
|
backups = backup_stat.get("backups", {})
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user