]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchPlugin/Test/TestMirror.py
Salome HOME
Porting to SALOME 9.1.0.
[modules/shaper.git] / src / SketchPlugin / Test / TestMirror.py
index c51f35a83482361285fe462898724342265e2739..73d51f1e0fdc73c0b05b39527f4d43b763962ad7 100644 (file)
@@ -245,7 +245,7 @@ refAttrA.setAttr(anArcStartPoint)
 refAttrB.setAttr(aMirroredArcStartPoint)
 aConstraint.real("ConstraintValue").setValue(200.)
 aSession.finishOperation()
-print "Sketch error : {}".format(aSketchErrorAttr.value())
+print("Sketch error : {}".format(aSketchErrorAttr.value()))
 assert len(aSketchErrorAttr.value()) != 0, "ERROR: Sketch has not been failed as expected"
 aSession.startOperation()
 aDocument.removeFeature(aConstraint)