Changeset - 4e558643c952
[Not reviewed]
default
0 1 0
David McClosky - 15 years ago 2010-06-19 05:17:33
dmcc@bigasterisk.com
subcomposer: squelch the exception we got every time we exited
Ignore-this: eb8ad2f0db1be056e3d4466ae9f5e09d
This bug is as old as the code and I've had enough of it!
1 file changed with 5 insertions and 1 deletions:
0 comments (0 inline, 0 general)
bin/subcomposer
Show inline comments
 
@@ -172,6 +172,10 @@ if __name__ == "__main__":
 
        sc.fill_both_boxes(args[0])
 

	
 
    while 1:
 
        root.update()
 
        try:
 
            root.update()
 
        except tk.TclError:
 
            break
 

	
 
        sc.considersendupdate()
 
        time.sleep(.01)
0 comments (0 inline, 0 general)