[Yt-svn] yt-commit r730 - branches/parallel_profiles/yt/lagos

mturk at wrangler.dreamhost.com mturk at wrangler.dreamhost.com
Mon Aug 11 14:46:33 PDT 2008


Author: mturk
Date: Mon Aug 11 14:46:33 2008
New Revision: 730
URL: http://yt.spacepope.org/changeset/730

Log:
Fixing a typo.



Modified:
   branches/parallel_profiles/yt/lagos/BaseDataTypes.py

Modified: branches/parallel_profiles/yt/lagos/BaseDataTypes.py
==============================================================================
--- branches/parallel_profiles/yt/lagos/BaseDataTypes.py	(original)
+++ branches/parallel_profiles/yt/lagos/BaseDataTypes.py	Mon Aug 11 14:46:33 2008
@@ -786,7 +786,7 @@
         mylog.info("Finished calculating overlap.")
 
     def _serialize(self):
-        if not self.should_i_write(): return
+        if not self._should_i_write(): return
         mylog.info("Serializing data...")
         node_name = "%s_%s_%s" % (self.fields[0], self._weight, self.axis)
         mylog.info("nodeName: %s", node_name)



More information about the yt-svn mailing list