1
0
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:
Anish Moorthy 2025-12-07 15:57:55 -08:00
parent 75295f95ac
commit 54aec046a6

View File

@ -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", {})