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: