On 26 July 2016 at 08:39, <[email protected]> wrote: > +def oeqa_copy(src, dst): > + """ > + Copy files and symlinks trying to preserve metadata. > + """ > + > + shutil.copy2(src, dst, follow_symlinks=False) >
Why not just use shutil directly instead of having a wrapper function? Ross
-- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
