X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=curveopt.py;h=00019762d8f20a01b1c5b93378fa544c8641c16f;hb=c1001cc933c7a48935777908ba8338673cd091dc;hp=8825da568db8c789207b441c148de17f8c819f8c;hpb=895c1cc09247d8490891c1893fc8ee830f125230;p=moebius3.git diff --git a/curveopt.py b/curveopt.py index 8825da5..0001976 100644 --- a/curveopt.py +++ b/curveopt.py @@ -85,9 +85,11 @@ class OptimisedCurve(): while True: l = subproc.stdout.readline() + if not l: + oc._dbg('findcurve EOF') + vdbg().crashing('findcurve EOF') l = l.rstrip() oc._dbg('<< ' + l) - if not l: vdbg().crashing('findcurve EOF') if not l.startswith('['): commentary += ' ' commentary += l