Sebastian Spaeth <Sebastian at SSpaeth.de> writes: > + foldernames = map(lambda s: s.strip(), > + options.folders.split(",")) Can a foldername *start* with a space? If so, maybe the strip should be removed. Dan