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

os.path to pathlib.Path conversion #63

Closed
wants to merge 1 commit into from

Conversation

azimj
Copy link
Contributor

@azimj azimj commented Feb 12, 2021

Updates code to use pathlib.Path instead of os.path

pathlib conversion fixup

reference file is now a pathlib.Path object so don't need
to prepend source folder. and need to etract file name for destination.

Updates code to use pathlib.Path instead of os.path

pathlib conversion fixup

reference file is now a `pathlib.Path` object so don't need
to prepend source folder. and need to etract file name for destination.
@azimj
Copy link
Contributor Author

azimj commented Feb 12, 2021

updated to fix issue #27.

However, there are 3 tests that fail on my machine.

The commit breaks one test:
test_empty_release

Two of the tests were failing before this commit:
test_class_static_methods, and test_class_table_list_download_delete)

@azimj
Copy link
Contributor Author

azimj commented Feb 12, 2021

I found some more edits that need taking care of. So I've closed the pull request for now.

@azimj azimj closed this Feb 12, 2021
@azimj azimj deleted the dev/i27-pathlib-conversion branch February 12, 2021 16:31
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.

1 participant