소스 검색

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 11 년 전
부모
커밋
da170a0755
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  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
         """