mirror of
https://github.com/netinvent/npbackup.git
synced 2025-09-12 16:04:48 +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
|
entry_good = True
|
||||||
except Exception:
|
except Exception:
|
||||||
raise
|
pass
|
||||||
if not entry_good:
|
if not entry_good:
|
||||||
data.append([repo_name, state])
|
data.append([repo_name, state])
|
||||||
logger.debug(f"Failed statistics for entry: {entry}")
|
logger.debug(f"Failed statistics for entry: {entry}")
|
||||||
|
|
Loading…
Add table
Reference in a new issue