[Yt-svn] yt-commit r995 - trunk/yt

mturk at wrangler.dreamhost.com mturk at wrangler.dreamhost.com
Tue Dec 9 15:10:05 PST 2008


Author: mturk
Date: Tue Dec  9 15:10:05 2008
New Revision: 995
URL: http://yt.spacepope.org/changeset/995

Log:
Fixed name problem



Modified:
   trunk/yt/funcs.py

Modified: trunk/yt/funcs.py
==============================================================================
--- trunk/yt/funcs.py	(original)
+++ trunk/yt/funcs.py	Tue Dec  9 15:10:05 2008
@@ -161,7 +161,7 @@
     def donothing(*args, **kwargs):
         return
     from yt.config import ytcfg
-    if ytcfg.getint("yt","__parallel_rank") > 0: return dosomething
+    if ytcfg.getint("yt","__parallel_rank") > 0: return donothing
     return func
 
 def only_on_root(func, *args, **kwargs):



More information about the yt-svn mailing list