On Thu, 2014-07-17 at 10:08 +0800, Chen Qi wrote: > fstat = cpath.stat(src) > os.mkdir(dest, fstat.st_mode) > + os.chmod(dest, fstat.st_mode)
This doesn't make sense. Shouldn't the fstat.st_mode to os.mkdir have taken care of the mode for us? Cheers, Richard -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core