[Yt-svn] yt-commit r957 - trunk/yt/reason

sskory at wrangler.dreamhost.com sskory at wrangler.dreamhost.com
Sun Nov 23 16:26:34 PST 2008


Author: sskory
Date: Sun Nov 23 16:26:34 2008
New Revision: 957
URL: http://yt.spacepope.org/changeset/957

Log:
There was a missing backslash.

Modified:
   trunk/yt/reason/Functions.py

Modified: trunk/yt/reason/Functions.py
==============================================================================
--- trunk/yt/reason/Functions.py	(original)
+++ trunk/yt/reason/Functions.py	Sun Nov 23 16:26:34 2008
@@ -37,7 +37,7 @@
 def QueryFields(outputfile, only_display_fields = False):
     fields = []
     for f in outputfile.hierarchy.derived_field_list:
-        if f in outputfile.field_info and 
+        if f in outputfile.field_info and \
             outputfile.field_info[f].particle_type: continue
         if only_display_fields and \
             f in outputfile.field_info[f] and \



More information about the yt-svn mailing list