Explorar o código

python pygrass messages: The message interface must be explicitely stopped using the stop function at exit, a destructor is not needed and leads to errors.

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@61761 15284696-431f-4ddb-bdfa-cd5b030d7da7
Soeren Gebbert %!s(int64=10) %!d(string=hai) anos
pai
achega
da170a0755
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  1. 0 3
      lib/python/pygrass/messages/__init__.py

+ 0 - 3
lib/python/pygrass/messages/__init__.py

@@ -175,9 +175,6 @@ class Messenger(object):
         self.raise_on_error = raise_on_error
         self.start_server()
 
-    def __del__(self):
-        self.stop()
-
     def start_server(self):
         """Start the messenger server and open the pipe
         """