Reland "Symlink debug folder instead of symlinking individual files"
This reverts commit 9a2b5dd0. The assignment on line 45 was overwriting the parameter `src`, which then would result in the for-loop on line 44 to traverse into the wrong directory. Renaming the assignment to variable `new_src` resolves that issue. Confirmed working locally by commenting out the `if symlink exists` branch and ran it on my Linux machine. (I could reproduce the error by simply commenting and can confirm that it is now working with the fix) TBR=luoe@chromium.org Change-Id: Idc3dbddd9db620169f7e9fbd60e306755eb1b4c5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1715303Reviewed-by:Yang Guo <yangguo@chromium.org> Reviewed-by:
Erik Luo <luoe@chromium.org> Commit-Queue: Tim van der Lippe <tvanderlippe@google.com> Cr-Commit-Position: refs/heads/master@{#681390}
Showing
Please register or sign in to comment