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

switch PICMI to path objects instead of strings for setting directories #5137

Open
BrianMarre opened this issue Sep 24, 2024 · 0 comments
Open

Comments

@BrianMarre
Copy link
Member

Currently PICMI always uses strings for specification of directories and even converts user given path objects to strings interface.

This is not good practice since Path-objects are safer to use for paths, provide inbuilt functionality and are less error prone.

We should switch to python path object in the future.

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

No branches or pull requests

1 participant