These logs are prettier in the reverse order.

This commit is contained in:
Jeremy Fincher 2004-08-07 00:58:00 +00:00
parent 7dbb8685f5
commit 3d1bc55460

View File

@ -76,8 +76,8 @@ def main():
try:
drivers.run()
except KeyboardInterrupt:
log.info('Exiting due to Ctrl-C.')
world.upkeep()
log.info('Exiting due to Ctrl-C.')
break
except SystemExit, e:
s = str(e)