mirror of
https://github.com/netinvent/npbackup.git
synced 2025-10-27 13:57:26 +08:00
CLI: Don't write metrics twice in group runner mode
This commit is contained in:
parent
7d3d834c6d
commit
8329172bf7
1 changed files with 0 additions and 1 deletions
|
|
@ -1791,7 +1791,6 @@ class NPBackupRunner:
|
|||
)
|
||||
if not result:
|
||||
group_result = False
|
||||
metric_writer(repo_config, result, None, operation, self.dry_run)
|
||||
self.write_logs("Finished execution of group operations", level="info")
|
||||
if self.json_output:
|
||||
js["result"] = group_result
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue