-
- Downloads
Skip symlinks correctly
This fixes a bug from commit 2b193133. In that commit, former loop code that had used a 'continue' to skip symlinks was moved into an inner function, which should have used 'return' to effect the same skip but instead mistakenly used 'pass'.
Please register or sign in to comment