From ec477110cfb11471cc12a2065f09a29ce184c993 Mon Sep 17 00:00:00 2001 From: "chaz@pokeit.co" Date: Tue, 18 Jan 2011 03:53:35 -0500 Subject: [PATCH] fixed an import bug which prevented handsplayers and handsactions records from ever getting inserted --- pyfpdb/fpdb_import.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pyfpdb/fpdb_import.py b/pyfpdb/fpdb_import.py index 92bbcadb..e7b019a6 100644 --- a/pyfpdb/fpdb_import.py +++ b/pyfpdb/fpdb_import.py @@ -478,6 +478,7 @@ class Importer: i = 0 for hand in handlist: + i += 1 if hand is not None: hand.prepInsert(self.database) try: