View Single Post
Posts: 161 | Thanked: 85 times | Joined on Feb 2010
#14
omg wtf bbq!!! the for is commented and seems part of the discussion!!

Code:
#Thanks to DareTheHair from talk.maemo.org for this snippet that recursively builds the file list for root, dirs, files in os.walk(dir_name):
should be:
Code:
#Thanks to DareTheHair from talk.maemo.org for this snippet that recursively builds the file list .

for root, dirs, files in os.walk(dir_name):
    real_dir=...
just a stupid enter missing eh?
I'll edit the wiki.