[yt-svn] commit/yt: MatthewTurk: Fixing undefined variable

Bitbucket commits-noreply at bitbucket.org
Wed Nov 7 04:16:16 PST 2012


1 new commit in yt:


https://bitbucket.org/yt_analysis/yt/changeset/71f6d234a15c/
changeset:   71f6d234a15c
branch:      yt
user:        MatthewTurk
date:        2012-11-07 13:15:59
summary:     Fixing undefined variable
affected #:  1 file

diff -r 5b89c5ee1aff0971bde76a52410df526dcb6dde0 -r 71f6d234a15c686aef3c04b6967d3e095fe373d3 yt/visualization/plot_window.py
--- a/yt/visualization/plot_window.py
+++ b/yt/visualization/plot_window.py
@@ -246,7 +246,7 @@
         if not hasattr(self, "pf"):
             self.pf = data_source.pf
             ts = self._initialize_dataset(self.pf) 
-        self.ts = ts
+            self.ts = ts
         self._initfinished = False
         self.center = None
         self.plots = {}

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