mirror of
https://github.com/Garmelon/PFERD.git
synced 2025-11-04 14:42:49 +01:00
Fix report not being printed if pferd exits normally
This commit is contained in:
@@ -145,3 +145,5 @@ def main() -> None:
|
||||
log.unexpected_exception()
|
||||
pferd.print_report()
|
||||
sys.exit(1)
|
||||
else:
|
||||
pferd.print_report()
|
||||
|
||||
Reference in New Issue
Block a user