Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove the py.path.local() and replace it with os.getcwd() #2663

Closed
wants to merge 1 commit into from
Closed

Conversation

srinivasreddy
Copy link
Contributor

No description provided.

@RonnyPfannschmidt
Copy link
Member

Please discuss before attempting stuff like that

@nicoddemus
Copy link
Member

Thanks @srinivasreddy, but what's the purpose of this change?

@srinivasreddy
Copy link
Contributor Author

@nicoddemus To remove py lib dependency.

@The-Compiler
Copy link
Member

This won't work. os.getcwd() is a string, while py.path.local is a py.path object.

@nicoddemus
Copy link
Member

@srinivasreddy thanks for trying, but unfortunately this is not so simple to do because we need to keep the same py.path interface for backward compatibility; #2230 is a step in this direction.

Closing because we can't merge this as it is. Thanks again.

@nicoddemus nicoddemus closed this Aug 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants