mirror of
https://github.com/netinvent/npbackup.git
synced 2025-09-06 13:05:24 +08:00
Remove WIP raise statement for statistics
This commit is contained in:
parent
6f31abb538
commit
f90c17d00c
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ def show_stats(statistics: List[dict]) -> None:
|
|||
)
|
||||
entry_good = True
|
||||
except Exception:
|
||||
raise
|
||||
pass
|
||||
if not entry_good:
|
||||
data.append([repo_name, state])
|
||||
logger.debug(f"Failed statistics for entry: {entry}")
|
||||
|
|
Loading…
Add table
Reference in a new issue