Skip to content

Commit 970c65e

Browse files
committed
Fix bug on python command line
1 parent 91e72d1 commit 970c65e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core/Geom/GeomManager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1613,7 +1613,7 @@ copyAndMirror(std::vector<Geom::GeomEntity*>& entities, Utils::Math::Plane* plan
16131613

16141614
// trace dans le script
16151615
TkUtil::UTF8String cmd (TkUtil::Charset::UTF_8);
1616-
cmd << getContextAlias ( ) << ".getGeomManager ( ).copyAndMirror (" << Internal::entitiesToPythonList<GeomEntity> (entities) << ", " << plane->getScriptCommand ( ) << ")";
1616+
cmd << getContextAlias ( ) << ".getGeomManager ( ).copyAndMirror (" << Internal::entitiesToPythonList<GeomEntity> (entities) << ", " << plane->getScriptCommand ( );
16171617
if(withTopo)
16181618
cmd <<", True,\""<<groupName<<"\")";
16191619
else

0 commit comments

Comments
 (0)