Skip to content

Handle symlinks in path_lookup() #216

@brenns10

Description

@brenns10

Suppose that we're looking up /foo/bar/baz, and bar is a symlink to a different directory. Currently, path_lookup() fails because it does not have any logic to follow symlinks. Let's add a follow_symlinks=False kwarg and add that logic in without breaking backward compatibility.

(this is just a reminder to myself to do this, I hope to send a pull request shortly)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions