mirror of
https://github.com/Garmelon/PFERD.git
synced 2023-12-21 10:23:01 +01:00
Fix report not being printed if pferd exits normally
This commit is contained in:
parent
2d8dcc87ff
commit
915e42fd07
@ -145,3 +145,5 @@ def main() -> None:
|
||||
log.unexpected_exception()
|
||||
pferd.print_report()
|
||||
sys.exit(1)
|
||||
else:
|
||||
pferd.print_report()
|
||||
|
Loading…
Reference in New Issue
Block a user