Fixed cases where fit.booster column might contain null instead of bool

This commit is contained in:
blitzmann
2014-02-20 23:56:50 -05:00
parent 3842913fe1
commit 7579f3c3e1
3 changed files with 4 additions and 2 deletions

View File

@@ -807,7 +807,6 @@ class ShipBrowser(wx.Panel):
self._stage3Data = shipID
for ID, name, booster, timestamp in fitList:
print
self.lpane.AddWidget(FitItem(self.lpane, ID, (shipName, name, booster, timestamp),shipID))
self.lpane.RefreshList()