From 0e81c985a3a49ad016a408730a3bb702976edd5d Mon Sep 17 00:00:00 2001 From: blitzmann Date: Mon, 8 May 2017 22:38:18 -0400 Subject: [PATCH] Fix bad index for fit notes which causes exception on recent fits --- gui/shipBrowser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/shipBrowser.py b/gui/shipBrowser.py index 5902b53e6..75a1548ce 100644 --- a/gui/shipBrowser.py +++ b/gui/shipBrowser.py @@ -992,7 +992,7 @@ class ShipBrowser(wx.Panel): fit[1], False, fit[2], - fit[3] + fit[4] ), shipItem.ID, ))