From b2c135ee12a70b12cf49b9e17dfc9da466691bb1 Mon Sep 17 00:00:00 2001 From: Worros Date: Mon, 19 Jan 2009 11:32:34 +0900 Subject: [PATCH] Possible fix for problem Eric is reporting in importer --- pyfpdb/fpdb_import.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfpdb/fpdb_import.py b/pyfpdb/fpdb_import.py index 4c555a28..7b87dbc2 100644 --- a/pyfpdb/fpdb_import.py +++ b/pyfpdb/fpdb_import.py @@ -182,7 +182,7 @@ class Importer: firstline = self.lines[0] except: # print "import_fpdb_file", file, site, self.lines, "\n" - return + return (0,0,0,1,0) if firstline.find("Tournament Summary")!=-1: print "TODO: implement importing tournament summaries"