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

[FR] Add Path support to data-files #4494

Open
1 task done
InvincibleRMC opened this issue Jul 19, 2024 · 1 comment
Open
1 task done

[FR] Add Path support to data-files #4494

InvincibleRMC opened this issue Jul 19, 2024 · 1 comment
Labels
enhancement Needs Triage Issues that need to be evaluated for severity and status.

Comments

@InvincibleRMC
Copy link
Contributor

What's the problem this feature will solve?

Use Path objects to define locations for data_files in setup().

Describe the solution you'd like

Allow passing in path objects into the data_files in setup()

Alternative Solutions

Using standard os.path.join works fine but, having the option to use pathlib would be nice.

Additional context

No response

Code of Conduct

  • I agree to follow the PSF Code of Conduct
@InvincibleRMC InvincibleRMC added enhancement Needs Triage Issues that need to be evaluated for severity and status. labels Jul 19, 2024
@InvincibleRMC
Copy link
Contributor Author

This PR was moved here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Needs Triage Issues that need to be evaluated for severity and status.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant