diff --git a/pyfpdb/fpdb_import.py b/pyfpdb/fpdb_import.py index 8240395b..764e2a3e 100644 --- a/pyfpdb/fpdb_import.py +++ b/pyfpdb/fpdb_import.py @@ -460,7 +460,7 @@ class Importer: ####Lock Placeholder#### for hand in handlist: - hand.prepInsert(self.database) + hand.prepInsert(self.database, printtest = self.settings['testData']) self.database.commit() phands.append(hand) ####Lock Placeholder####