Home
last modified time | relevance | path

Searched refs:dst (Results 1 – 1 of 1) sorted by relevance

/doc/scripts/
A Dextract_content.py26 def copy_if_different(src, dst): argument
30 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