From 6fa52eb787871228ce14d2817ddccc422a8ea30e Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 29 Nov 2017 21:37:37 +0000 Subject: [PATCH] helixish: fix debug Signed-off-by: Ian Jackson --- helixish.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helixish.py b/helixish.py index cc75ad7..027b8c5 100644 --- a/helixish.py +++ b/helixish.py @@ -182,7 +182,8 @@ class HelixishCurve(): % (( fcp[0]**2, fcp[1]**2 ) + tuple(fcp))) - dbg(('RUNNING FINDCURVE ' + + dbg(('RUNNING FINDCURVE' + + ' ' + ' target Q=[%5.2f %5.2f %5.2f] dQ=[%5.2f %5.2f %5.2f]') % tuple(findcurve_input[0:6])) -- 2.30.2