Commit 9bde224
fix(extractor): do not set permission on symlink
fix_permission is called before fix_symlink, hence the symlink might be an
absolute target and setting an permission would fail, so we should ignore
setting permission on symlink.
Setting follow_symlinks=False on chmod() would be a solution, but not all
platforms support it as of now.
Ignoring permission setting on the target is ok, as that would be taken care
separately.1 parent 631c72e commit 9bde224
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
26 | 29 | | |
27 | 30 | | |
28 | 31 | | |
| |||
0 commit comments