Skip to content

Commit 51985fd

Browse files
nicolaslgmpoudot
authored andcommitted
issue#227 makeExtrude command is badly formatted
1 parent 47e6b31 commit 51985fd

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
@@ -3010,7 +3010,7 @@ makeExtrude( std::vector<GeomEntity*>& entities,
30103010

30113011
// trace dans le script
30123012
TkUtil::UTF8String cmd (TkUtil::Charset::UTF_8);
3013-
cmd << getContextAlias ( ) << ".getGeomManager ( ).makeExtrude (" << Internal::entitiesToPythonList<GeomEntity> (entities) << dp.getScriptCommand ( ) << ", " << (keep ? "True":"False") << ")";
3013+
cmd << getContextAlias ( ) << ".getGeomManager ( ).makeExtrude (" << Internal::entitiesToPythonList<GeomEntity> (entities) << ", " <<dp.getScriptCommand ( ) << ", " << (keep ? "True":"False") << ")";
30143014
command->setScriptCommand(cmd);
30153015

30163016
getCommandManager().addCommand(command, Utils::Command::DO);

0 commit comments

Comments
 (0)