This commit is contained in:
Gaël Ecorchard 2015-10-12 23:03:49 +02:00
parent 4f043c0875
commit c2bd3b45a8

View File

@ -2115,7 +2115,7 @@ class Workplane(CQ):
elif type(toCut) == Solid:
solidToCut = toCut
else:
raise ValueError("Cannot cut type '{}'".formatr(type(toCut)))
raise ValueError("Cannot cut type '{}'".format(type(toCut)))
newS = solidRef.cut(solidToCut)