[yt-svn] commit/yt-3.0: xarthisius: Fix typo introduced in 78dc17559950

Bitbucket commits-noreply at bitbucket.org
Fri Aug 3 09:48:34 PDT 2012


1 new commit in yt-3.0:


https://bitbucket.org/yt_analysis/yt-3.0/changeset/df4c4bcb84e6/
changeset:   df4c4bcb84e6
branch:      yt-3.0
user:        xarthisius
date:        2012-08-03 18:39:30
summary:     Fix typo introduced in 78dc17559950
affected #:  1 file

diff -r 5d48371800a335bba2aa55a7c7f46726ed0ca039 -r df4c4bcb84e6ffd29328cd246683b74d0a348490 yt/data_objects/data_containers.py
--- a/yt/data_objects/data_containers.py
+++ b/yt/data_objects/data_containers.py
@@ -230,7 +230,7 @@
     def _generate_field(self, field):
         ftype, fname = field
         if fname in self._container_fields:
-            return self_generate_container_field(field)
+            return self._generate_container_field(field)
         elif fname not in self.pf.field_info:
             raise KeyError(field)
         elif self.pf.field_info[fname].particle_type:

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

--

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