From a7d0e309345be15ac6e83ab91e19365cb29822c7 Mon Sep 17 00:00:00 2001 From: vsr Date: Fri, 31 Oct 2014 15:06:06 +0300 Subject: [PATCH] IPAL52563: TC 7.5.0: Study cannot be saved after PARAVIS activation --- src/ENGINE/no_wrap/PVSERVER.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ENGINE/no_wrap/PVSERVER.py b/src/ENGINE/no_wrap/PVSERVER.py index 379fd8df..c6281999 100644 --- a/src/ENGINE/no_wrap/PVSERVER.py +++ b/src/ENGINE/no_wrap/PVSERVER.py @@ -179,7 +179,7 @@ class PVSERVER(PVSERVER_ORB__POA.PVSERVER_Gen, """ def getVersion( self ): import salome_version - return salome_version.getVersion("PVSERVER", True) + return salome_version.getVersion("PARAVIS", True) def GetIOR(self): return PVSERVER_utils.getEngineIOR() -- 2.39.2