Skip to content

Refactor with pathlib#46

Merged
bl-young merged 11 commits intodevelopfrom
refactor_pathlib
Jun 8, 2023
Merged

Refactor with pathlib#46
bl-young merged 11 commits intodevelopfrom
refactor_pathlib

Conversation

@bl-young
Copy link
Copy Markdown
Contributor

  • Implements pathlib for path management
  • create_paths_if_missing() deprecated and replaced by mkdir_if_missing()

a-w-beck and others added 5 commits December 9, 2022 17:09
…ppdirs returns; join paths using pathlib's '/' operator instead of string '+' joins; minor edits: use f-strings for formatting/concatenation and use single quotes for non-docstring strings
Copy link
Copy Markdown
Contributor

@catherinebirney catherinebirney left a comment

Choose a reason for hiding this comment

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

Code works on my end, thanks @bl-young

We should consider adding support for Python 3.11

@bl-young
Copy link
Copy Markdown
Contributor Author

We should consider adding support for Python 3.11

Yep agreed, I think we can implement that throughout

@bl-young bl-young merged commit 1ea4b40 into develop Jun 8, 2023
@bl-young bl-young deleted the refactor_pathlib branch June 9, 2023 18:12
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.

3 participants