Add printdata capability for Gametype info.

This commit is contained in:
Worros
2011-01-07 13:58:15 +08:00
parent b1703a95ec
commit f12bc7bfaa
3 changed files with 15 additions and 7 deletions
+1 -1
View File
@@ -477,7 +477,7 @@ class Importer:
for hand in handlist:
if hand is not None:
hand.prepInsert(self.database)
hand.prepInsert(self.database, printtest = self.settings['testData'])
try:
hand.insert(self.database, printtest = self.settings['testData'])
except Exceptions.FpdbHandDuplicate: