gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] libvob/bench mark.py


From: Tuomas J. Lukka
Subject: [Gzz-commits] libvob/bench mark.py
Date: Thu, 26 Jun 2003 04:51:29 -0400

CVSROOT:        /cvsroot/libvob
Module name:    libvob
Branch:         
Changes by:     Tuomas J. Lukka <address@hidden>        03/06/26 04:51:29

Modified files:
        bench          : mark.py 

Log message:
        Error handling and give window for papers

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/bench/mark.py.diff?tr1=1.9&tr2=1.10&r1=text&r2=text

Patches:
Index: libvob/bench/mark.py
diff -u libvob/bench/mark.py:1.9 libvob/bench/mark.py:1.10
--- libvob/bench/mark.py:1.9    Wed Jun 11 13:41:55 2003
+++ libvob/bench/mark.py        Thu Jun 26 04:51:29 2003
@@ -67,6 +67,7 @@
     """
 
     win = vob.GraphicsAPI.getInstance().createWindow()
+    vob.putil.demowindow.w = win
     win.setLocation(0, 0, 1024, 768)
 
     sx = 0
@@ -142,6 +143,7 @@
            print str(val)
            l = traceback.format_list(traceback.extract_tb(tra))
            print "\n".join(l)
+           val.printStackTrace()
        print "Calling system.exit"
        java.lang.System.exit(0)
 vob.GraphicsAPI.getInstance().startUpdateManager(Starter())




reply via email to

[Prev in Thread] Current Thread [Next in Thread]