Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Conversation

@asottile
Copy link
Member

If #208 doesn't get changed upstream, we can solve it here.

I removed the documentation about passing in str for include_paths, it never worked due to the following:

>>> isinstance('hi', collections.Sequence)
True
>>> os.pathsep.join('hi')
'h:i'

I also removed the custom TypeError (just allowing tuple(...) to raise)

@asottile asottile merged commit 6781fbb into master Jun 15, 2017
@asottile asottile deleted the add_cwd_to_include_paths branch June 15, 2017 02:12
@asottile
Copy link
Member Author

I'm going to merge this for now, if upstream adjusts we can too -- want to fix our "latest" release though :)

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants