From: dmv Date: Fri, 27 Nov 2009 10:10:45 +0000 (+0000) Subject: Fix dump problem VISU table files X-Git-Tag: V5_1_3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=65959313ba0ed5c00e2ebf58f7be4b5fc39ab26d;p=modules%2Fvisu.git Fix dump problem VISU table files --- diff --git a/src/VISU_I/VISU_DumpPython.cc b/src/VISU_I/VISU_DumpPython.cc index cc010783..f0567bfb 100644 --- a/src/VISU_I/VISU_DumpPython.cc +++ b/src/VISU_I/VISU_DumpPython.cc @@ -892,6 +892,8 @@ namespace VISU } std::string aSObjectName = GetName(theSObject); + if(theArgumentName.empty()) + theArgumentName = "aSComponent"; theStr<