Pep8 cleanup

This commit is contained in:
sliptonic
2021-02-20 11:22:44 -06:00
parent c40bce0597
commit 615573580d

View File

@@ -520,7 +520,7 @@ def Execute(op, obj):
GenerateGCode(op, obj, adaptiveResults, helixDiameter)
if not obj.StopProcessing:
Console.PrintMessage("*** Done. Elapsed time: %f sec\n\n" %(time.time()-start))
Console.PrintMessage("*** Done. Elapsed time: %f sec\n\n" % (time.time()-start))
obj.AdaptiveOutputState = adaptiveResults
obj.AdaptiveInputState = inputStateObject