[Yt-svn] yt-commit r438 - trunk/yt/lagos

mturk at wrangler.dreamhost.com mturk at wrangler.dreamhost.com
Sun May 4 17:45:36 PDT 2008


Author: mturk
Date: Sun May  4 17:45:36 2008
New Revision: 438
URL: http://yt.spacepope.org/changeset/438

Log:
Oops, one more fix.



Modified:
   trunk/yt/lagos/HierarchyType.py

Modified: trunk/yt/lagos/HierarchyType.py
==============================================================================
--- trunk/yt/lagos/HierarchyType.py	(original)
+++ trunk/yt/lagos/HierarchyType.py	Sun May  4 17:45:36 2008
@@ -234,6 +234,7 @@
         if self.__data_file:
             self.__data_file.close()
             del self.__data_file
+            self.__data_file = None
 
     def __del__(self):
         """



More information about the yt-svn mailing list