From 90c034314299eeca540286cc87dfdeedb60eac0a Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sun, 15 May 2011 11:52:58 -0400 Subject: [PATCH] Remove more invalid loop syntax from hooke/plugin/multifit.py. --- hooke/plugin/multifit.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hooke/plugin/multifit.py b/hooke/plugin/multifit.py index e553cbe..bf7f138 100644 --- a/hooke/plugin/multifit.py +++ b/hooke/plugin/multifit.py @@ -293,5 +293,4 @@ Perform the fits on the current curve instead of iterating. else: print '\nWould you like to try again on this same curve?' if self.YNclick(): - continue - curveindex+=1 + return -- 2.26.2