[Yt-svn] yt-commit r668 - branches/yt-1.0/yt/raven trunk/yt/raven
    mturk at wrangler.dreamhost.com 
    mturk at wrangler.dreamhost.com
       
    Tue Jul 15 20:03:21 PDT 2008
    
    
  
Author: mturk
Date: Tue Jul 15 20:03:21 2008
New Revision: 668
URL: http://yt.spacepope.org/changeset/668
Log:
Oops, that was wrong, this is correct.
Modified:
   branches/yt-1.0/yt/raven/PlotCollection.py
   trunk/yt/raven/PlotCollection.py
Modified: branches/yt-1.0/yt/raven/PlotCollection.py
==============================================================================
--- branches/yt-1.0/yt/raven/PlotCollection.py	(original)
+++ branches/yt-1.0/yt/raven/PlotCollection.py	Tue Jul 15 20:03:21 2008
@@ -51,7 +51,7 @@
             self._http_prefix = ytcfg["raven","httpPrefix"] % self.pf
         else:
             self.submit = False
-        mylog.info("Created plot collection with default plot-center = %s", center)
+        mylog.info("Created plot collection with default plot-center = %s", self.c)
 
     def save(self, basename, format="png", override=False):
         """
Modified: trunk/yt/raven/PlotCollection.py
==============================================================================
--- trunk/yt/raven/PlotCollection.py	(original)
+++ trunk/yt/raven/PlotCollection.py	Tue Jul 15 20:03:21 2008
@@ -51,7 +51,7 @@
             self._http_prefix = ytcfg["raven","httpPrefix"] % self.pf
         else:
             self.submit = False
-        mylog.info("Created plot collection with default plot-center = %s", center)
+        mylog.info("Created plot collection with default plot-center = %s", self.c)
 
     def save(self, basename, format="png", override=False):
         """
    
    
More information about the yt-svn
mailing list