diff orpg/tools/orpg_log.py @ 81:65c212e9a5b4 ornery-dev

Controls panel is completed. Users cannot delete branches nicely without a Merc upgrade, so that feature will appear in Pious Paladin. Crash report is being tested on windows.
author sirebral
date Wed, 26 Aug 2009 23:24:45 -0500
parents dd4be4817377
children 2fa8bd6785a5
line wrap: on
line diff
--- a/orpg/tools/orpg_log.py	Mon Aug 24 00:56:09 2009 -0500
+++ b/orpg/tools/orpg_log.py	Wed Aug 26 23:24:45 2009 -0500
@@ -53,8 +53,11 @@
     logger.exception(msg)
     crash_report.close()
     logger.exception("Crash Report Created!!")
-    logger.info("Printed out a datafile called crash-report.txt\nPress <enter> to exit!", True); raw_input('')
-    exit()
+    logger.info("Printed out crash-report.txt in your System folder", True)
+    if sys.platform in ('win32', 'win64'):
+        logger.info("Press <enter> to continue!", True)
+        raw_input('')
+    #exit()
 
 class DebugConsole(wx.Frame):
     def __init__(self, parent):