This commit is contained in:
blitzmann
2017-10-29 12:23:45 -04:00
parent e5a0ef1877
commit f8a65de47f

View File

@@ -170,7 +170,7 @@ class CommandView(d.Display):
def get(self, row):
if row == -1:
return None
numFits = len(self.fits)
if numFits == 0: