From: rnv Date: Tue, 18 Nov 2008 12:11:40 +0000 (+0000) Subject: Improve variables dump. X-Git-Tag: TG_DumpPython_Extension_3~9 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1978ffea14a7c37ed54f1281200ccffaf90c608e;p=modules%2Fgeom.git Improve variables dump. --- diff --git a/src/GEOM/GEOM_Engine.cxx b/src/GEOM/GEOM_Engine.cxx index 2d01a5719..cb6791465 100644 --- a/src/GEOM/GEOM_Engine.cxx +++ b/src/GEOM/GEOM_Engine.cxx @@ -63,6 +63,7 @@ #define COMMA ',' #define O_BRACKET '(' #define C_BRACKET ')' +#define PY_NULL "None" #ifdef _DEBUG_ static int MYDEBUG = 0; @@ -844,19 +845,20 @@ void ReplaceVariables(TCollection_AsciiString& theCommand, aVar = theCommand.SubString(aStartPos, aEndPos-1); if(MYDEBUG) cout<<"Current variable 1: '"<< aVar <<"'"<