Salome HOME
From the community forum: none -> None
authorvsr <vsr@opencascade.com>
Tue, 13 Oct 2020 15:53:42 +0000 (18:53 +0300)
committervsr <vsr@opencascade.com>
Tue, 13 Oct 2020 15:53:42 +0000 (18:53 +0300)
src/KERNEL_PY/salome_iapp.py

index 6be459cb16880474b8219201b9d75bc14009ce06..dda9b81661429c0771d152a317e7c2d4bab18409 100644 (file)
@@ -97,7 +97,7 @@ class SalomeOutsideGUI(object):
     def getSelected(self, i):
         """Get the selection number i """
         print("SalomeOutsideGUI: no selection mechanism available outside GUI")
-        return none
+        return None
     
     def AddIObject(self, Entry):
         """Add an entry"""
@@ -198,4 +198,4 @@ def register_module_in_study(name, syncCall=True):
             else:
                 session_server.emitMessageOneWay(message)
     except:
-         pass
\ No newline at end of file
+         pass