Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[clean] Respect permissions of sanitised files
When copying files we applied a substitution in, we must replace just original file content (shutil.copyfile) and not also its stat data (shutil.copy). Resolves: #3292 Signed-off-by: Pavel Moravec <[email protected]>
- Loading branch information