mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 23:45:05 +02:00
Fix report not being printed if pferd exits normally
This commit is contained in:
parent
2d8dcc87ff
commit
915e42fd07
1 changed files with 2 additions and 0 deletions
|
|
@ -145,3 +145,5 @@ def main() -> None:
|
|||
log.unexpected_exception()
|
||||
pferd.print_report()
|
||||
sys.exit(1)
|
||||
else:
|
||||
pferd.print_report()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue