Skip to content
Snippets Groups Projects
Commit 9b90d7e8 authored by Todd Gamblin's avatar Todd Gamblin
Browse files

performance: reduce system calls required for remove_dead_links

`os.path.exists()` will report False if the target of a symlink doesn't
exist, so we can avoid a costly call to realpath here.
parent c83e365c
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment