Show More
@@ -580,7 +580,7 b' def copyfile(src, dest):' | |||||
580 | shutil.copyfile(src, dest) |
|
580 | shutil.copyfile(src, dest) | |
581 | shutil.copymode(src, dest) |
|
581 | shutil.copymode(src, dest) | |
582 | except shutil.Error, inst: |
|
582 | except shutil.Error, inst: | |
583 |
raise |
|
583 | raise Abort(str(inst)) | |
584 |
|
584 | |||
585 | def copyfiles(src, dst, hardlink=None): |
|
585 | def copyfiles(src, dst, hardlink=None): | |
586 | """Copy a directory tree using hardlinks if possible""" |
|
586 | """Copy a directory tree using hardlinks if possible""" |
General Comments 0
You need to be logged in to leave comments.
Login now