I am addressing the rest of the comments from you and Reid. I need more clarification about this particular comment.
> The tree_output function is documented as processing files less nested > in the directory tree before those deeper in the directory tree. It > doesn't do that anymore, so you should update the documentation. > > I don't see any documentation about tree_output previous to my change. Are you referring to this snippet in the file? """ Walks the directory tree rooted at path. Files in current dir are processed before files in sub-dirs. """ os.walk() defaults to topDown. So my change should be doing just what the doc snippet says. Thanks, > > Ben. >
_______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev