[yt-svn] commit/yt: 2 new changesets

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Wed Jun 29 07:47:24 PDT 2016


2 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/df256b5583d6/
Changeset:   df256b5583d6
Branch:      yt
User:        ngoldbaum
Date:        2016-06-27 22:26:15+00:00
Summary:     Remove call to __del__ method on FITSFileHandler's superclass
Affected #:  1 file

diff -r d48c4a143f6e3c69c9a1016725d8328f8ea3af53 -r df256b5583d67a94e2d01e1cd8442b3731a6b76c yt/utilities/file_handler.py
--- a/yt/utilities/file_handler.py
+++ b/yt/utilities/file_handler.py
@@ -63,7 +63,6 @@
         del self._fits_files
         del self.handle
         self.handle = None
-        super(FITSFileHandler, self).__del__()
 
     def close(self):
         self.handle.close()


https://bitbucket.org/yt_analysis/yt/commits/ac62b64f19a3/
Changeset:   ac62b64f19a3
Branch:      yt
User:        xarthisius
Date:        2016-06-29 14:47:07+00:00
Summary:     Merged in ngoldbaum/yt (pull request #2254)

Remove call to __del__ method on FITSFileHandler's superclass
Affected #:  1 file

diff -r 1d8f9705433e9ec690848d8698db85e8903335c9 -r ac62b64f19a31f1f484e3ac7a064ee47f43e6673 yt/utilities/file_handler.py
--- a/yt/utilities/file_handler.py
+++ b/yt/utilities/file_handler.py
@@ -63,7 +63,6 @@
         del self._fits_files
         del self.handle
         self.handle = None
-        super(FITSFileHandler, self).__del__()
 
     def close(self):
         self.handle.close()

Repository URL: https://bitbucket.org/yt_analysis/yt/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the yt-svn mailing list