[Yt-svn] yt: Fixing typo.

hg at spacepope.org hg at spacepope.org
Wed Dec 1 09:40:50 PST 2010


hg Repository: yt
details:   yt/rev/6f5877b2b32e
changeset: 3562:6f5877b2b32e
user:      Matthew Turk <matthewturk at gmail.com>
date:
Wed Dec 01 09:40:43 2010 -0800
description:
Fixing typo.

diffstat:

 yt/data_objects/static_output.py |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r be4139c3f9c2 -r 6f5877b2b32e yt/data_objects/static_output.py
--- a/yt/data_objects/static_output.py	Wed Dec 01 08:21:09 2010 -0800
+++ b/yt/data_objects/static_output.py	Wed Dec 01 09:40:43 2010 -0800
@@ -82,7 +82,7 @@
         # double-instantiation.
         if ytcfg.getboolean('yt','serialize'):
             try:
-                _pf_store.check_pf(obj)
+                _pf_store.check_pf(self)
             except NoParameterShelf:
                 pass
 



More information about the yt-svn mailing list