[Yt-svn] yt: Typo for the compare command

hg at spacepope.org hg at spacepope.org
Tue Jul 6 11:22:35 PDT 2010


hg Repository: yt
details:   yt/rev/6eaca2c8ed72
changeset: 1873:6eaca2c8ed72
user:      Matthew Turk <matthewturk at gmail.com>
date:
Tue Jul 06 11:22:32 2010 -0700
description:
Typo for the compare command

diffstat:

 yt/extensions/enzo_test/runner.py |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r f2b189060bf0 -r 6eaca2c8ed72 yt/extensions/enzo_test/runner.py
--- a/yt/extensions/enzo_test/runner.py	Tue Jul 06 11:19:35 2010 -0700
+++ b/yt/extensions/enzo_test/runner.py	Tue Jul 06 11:22:32 2010 -0700
@@ -127,7 +127,7 @@
         ${cmd_option_list}
         """
         sys.path.insert(0, ".")
-        for fn in test_filenames:
+        for fn in test_modules:
             if fn.endswith(".py"): fn = fn[:-3]
             print "Loading module %s" % (fn)
             __import__(fn)



More information about the yt-svn mailing list