From f8a65de47f81736900462c350a85e0831f83eec3 Mon Sep 17 00:00:00 2001 From: blitzmann Date: Sun, 29 Oct 2017 12:23:45 -0400 Subject: [PATCH] tox fix --- gui/builtinAdditionPanes/commandView.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/builtinAdditionPanes/commandView.py b/gui/builtinAdditionPanes/commandView.py index 02502742c..e903f0ac3 100644 --- a/gui/builtinAdditionPanes/commandView.py +++ b/gui/builtinAdditionPanes/commandView.py @@ -170,7 +170,7 @@ class CommandView(d.Display): def get(self, row): if row == -1: return None - + numFits = len(self.fits) if numFits == 0: