Merge branch 'master' of git://git.assembla.com/fpdboz.git

This commit is contained in:
Gerko de Roo 2010-01-26 20:29:19 +01:00
commit 88cf6ec3a5

View File

@ -449,6 +449,8 @@ class Importer:
# Call hudcache update if not in bulk import mode
# FIXME: Need to test for bulk import that isn't rebuilding the cache
if self.callHud:
for hand in handlist:
if hand is not None:
hand.updateHudCache(self.database)
self.database.commit()