mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-10 20:22:36 +01:00
Fix the stupid 'I refuse to quit, even in the face of insurmountable odds!' bug.
This commit is contained in:
parent
c7e6e63517
commit
f9188e45b3
@ -77,6 +77,8 @@ def main():
|
||||
(user, system, _, _, _) = os.times()
|
||||
log.info('Total CPU time taken: %s seconds.', user+system)
|
||||
raise SystemExit
|
||||
except SystemExit:
|
||||
raise
|
||||
except:
|
||||
try: # Ok, now we're *REALLY* paranoid!
|
||||
log.exception('Exception raised out of drivers.run:')
|
||||
|
Loading…
Reference in New Issue
Block a user