From d44b093144246afc236e09f13a482f8c83c82081 Mon Sep 17 00:00:00 2001 From: sqlcoder Date: Thu, 28 May 2009 22:40:58 +0100 Subject: [PATCH] put debug message back in, this point should not be reached --- pyfpdb/fpdb_import.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyfpdb/fpdb_import.py b/pyfpdb/fpdb_import.py index fbb74cec..2dbb4807 100644 --- a/pyfpdb/fpdb_import.py +++ b/pyfpdb/fpdb_import.py @@ -303,8 +303,7 @@ class Importer: try: # sometimes we seem to be getting an empty self.lines, in which case, we just want to return. firstline = self.lines[0] except: - # just skip the debug message and return silently: - #print "DEBUG: import_fpdb_file: failed on self.lines[0]: '%s' '%s' '%s' '%s' " %( file, site, self.lines, loc) + print "DEBUG: import_fpdb_file: failed on self.lines[0]: '%s' '%s' '%s' '%s' " %( file, site, self.lines, loc) return (0,0,0,1,0) if firstline.find("Tournament Summary")!=-1: