[Pycodeocr-main] SF.net SVN: pycodeocr:[60] trunk/PyCodeOCR.py
Status: Beta
Brought to you by:
drtrigon
|
From: <drt...@us...> - 2011-12-22 23:07:46
|
Revision: 60
http://pycodeocr.svn.sourceforge.net/pycodeocr/?rev=60&view=rev
Author: drtrigon
Date: 2011-12-22 23:07:40 +0000 (Thu, 22 Dec 2011)
Log Message:
-----------
better bug handling; print trackebacks to terminal
in case the GUI freezes
Modified Paths:
--------------
trunk/PyCodeOCR.py
Modified: trunk/PyCodeOCR.py
===================================================================
--- trunk/PyCodeOCR.py 2011-12-22 22:42:28 UTC (rev 59)
+++ trunk/PyCodeOCR.py 2011-12-22 23:07:40 UTC (rev 60)
@@ -264,7 +264,6 @@
self.logging = utils.logging(self.textbuffer)
if not debug:
sys.stdout = self.logging
- sys.stderr = self.logging
# initialize treeviews in Blacklist Manager
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|