Commit 51301b03 authored by Jim Fulton's avatar Jim Fulton

Fixed a test bug that wasn't effective on the machine the test was

written on.
parent 2ebac710
......@@ -215,7 +215,7 @@ The new directory now contains the same files in different directories, but
with the same sizes and permissions:
>>> lawn_files = {}
>>> for base, dirs, files in os.walk(d):
>>> for base, dirs, files in os.walk(old):
... for file_name in files:
... lawn_files[file_name] = os.path.join(base, file_name)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment