core: cleanup output for backup task

This commit is contained in:
Jens Langhammer 2021-03-03 20:11:55 +01:00
parent 466723573c
commit 1a00730cdd
1 changed files with 1 additions and 2 deletions

View File

@ -46,8 +46,7 @@ def backup_database(self: MonitoredTask): # pragma: no cover
TaskResult(
TaskResultStatus.SUCCESSFUL,
[
f"Successfully finished database backup {naturaltime(start)}",
out.getvalue(),
f"Successfully finished database backup {naturaltime(start)} {out.getvalue()}",
],
)
)