From 981255a44679400ac2a025afc96988b48c616f77 Mon Sep 17 00:00:00 2001 From: prascle Date: Fri, 31 Mar 2006 06:39:25 +0000 Subject: [PATCH] PR: False is with first letter upper case. --- src/KERNEL_PY/salome_iapp.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/KERNEL_PY/salome_iapp.py b/src/KERNEL_PY/salome_iapp.py index 4752be138..fa3864a01 100644 --- a/src/KERNEL_PY/salome_iapp.py +++ b/src/KERNEL_PY/salome_iapp.py @@ -70,7 +70,7 @@ class SalomeOutsideGUI: global myStudyId, myStudyName def hasDesktop(self): - return false + return False def updateObjBrowser(self, bid): print "SalomeOutsideGUI: no objectBrowser update outside GUI" @@ -126,7 +126,7 @@ class SalomeOutsideGUI: def IsInCurrentView(self, Entry): print "SalomeOutsideGUI.IsIncurentView: not available outside GUI" - return false + return False def getComponentName(self, ComponentUserName ): print "SalomeOutsideGUI.getComponentName: not available outside GUI" -- 2.39.2