remove spurious window realize from popup_window as well

printEmailErrorMessage also writes a traceback to the stderr, so we can more easily figure out -what part- it failed in
parsePositions will ignore a small blind if it appears to be coming from the same place as the big (does this mess with dead blinds? who knows)
This commit is contained in:
eblade
2008-11-27 08:35:17 -05:00
parent 274cecdc58
commit 1de34462e3
3 changed files with 12 additions and 3 deletions
+2
View File
@@ -31,6 +31,7 @@ try:
except:
pass
import traceback
import math
import os
import datetime
@@ -298,6 +299,7 @@ class Importer:
def printEmailErrorMessage(self, errors, filename, line):
traceback.print_exc(file=sys.stderr)
print "Error No.",errors,", please send the hand causing this to steffen@sycamoretest.info so I can fix it."
print "Filename:", filename
print "Here is the first line so you can identify it. Please mention that the error was a ValueError:"