commit | 7076b192936caad193898cff194e82f83dd13d63 | [log] [tgz] |
---|---|---|
author | mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> | Fri Jun 13 17:53:49 2008 +0000 |
committer | mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> | Fri Jun 13 17:53:49 2008 +0000 |
tree | 3a994131d35c11e3d9136c686dd4b4db195b17a8 | |
parent | 19f49452ebfc8d5ae12b48c8c6e09059179485fe [diff] [blame] |
fix syntax error in locate git-svn-id: http://test.kernel.org/svn/autotest/trunk@1700 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/client/bin/autotest_utils.py b/client/bin/autotest_utils.py index 89012e5..fdea49f 100755 --- a/client/bin/autotest_utils.py +++ b/client/bin/autotest_utils.py
@@ -481,7 +481,7 @@ for path, dirs, files in os.walk(root): for f in files: if fnmatch.fnmatch(f, pattern): - yield os.path.abspath(os.path.join(path, f) + yield os.path.abspath(os.path.join(path, f)) def freespace(path):