Commit 721cbab
committed
nightly: Don't abort on dangling symlink
The code to recursive through the scratch tree and make
files writeable before removing the scratch tree would
abort on a dangling symlink. Catch the exception and
continue, so that the tree can be properly cleaned.
Signed-off-by: Brian Barrett <[email protected]>1 parent 34213b1 commit 721cbab
1 file changed
+12
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
596 | 596 | | |
597 | 597 | | |
598 | 598 | | |
599 | | - | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
600 | 603 | | |
601 | 604 | | |
602 | | - | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
603 | 609 | | |
604 | | - | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
605 | 614 | | |
606 | 615 | | |
607 | 616 | | |
| |||
0 commit comments