Searched refs:dst (Results 1 – 1 of 1) sorted by relevance
26 def copy_if_different(src, dst): argument30 if os.path.exists(dst) and filecmp.cmp(src, dst):32 shutil.copyfile(src, dst)73 dst = os.path.join(dest, dir, inf)75 copy_if_different(src, dst)
Completed in 14 milliseconds