[yt-svn] commit/yt: xarthisius: Merged in ngoldbaum/yt (pull request #2254)

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


1 new commit in yt:

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