From 65959313ba0ed5c00e2ebf58f7be4b5fc39ab26d Mon Sep 17 00:00:00 2001 From: dmv Date: Fri, 27 Nov 2009 10:10:45 +0000 Subject: [PATCH] Fix dump problem VISU table files --- src/VISU_I/VISU_DumpPython.cc | 2 ++ 1 file changed, 2 insertions(+) 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<