Merge pull request #1357 from hartzell/patch-6
Fix doc for install_tree (cut/paste error)
This commit is contained in:
@@ -189,7 +189,7 @@ def install(src, dest):
|
|||||||
|
|
||||||
|
|
||||||
def install_tree(src, dest, **kwargs):
|
def install_tree(src, dest, **kwargs):
|
||||||
"""Manually install a file to a particular location."""
|
"""Manually install a directory tree to a particular location."""
|
||||||
tty.debug("Installing %s to %s" % (src, dest))
|
tty.debug("Installing %s to %s" % (src, dest))
|
||||||
shutil.copytree(src, dest, **kwargs)
|
shutil.copytree(src, dest, **kwargs)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user