Fix _find_file parent stop condition by jdranczewski · Pull Request #174 · HBNetwork/python-decouple

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@jdranczewski

Copy link

Fixes #172 - infinite recursion if parent is on a drive different than the working directory drive under Windows.

Copy link

Member

@lucasrcezimbra lucasrcezimbra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please, add a test case to avoid regression.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@lucasrcezimbra lucasrcezimbra lucasrcezimbra requested changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

Infinte recursion on Windows+IPython if caller path on drive different than working path

2 participants

@jdranczewski @lucasrcezimbra