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

Update package command and clean up root_path #153

Merged
merged 9 commits into from
Nov 23, 2021
Merged

Conversation

FynnBe
Copy link
Member

@FynnBe FynnBe commented Nov 22, 2021

this PR

* relative root paths cause trouble on windows
as WindowsPath("/Users").is_absolute() == False
WindowsPath("/Users").resolve() adds a drive letter and normalizes the path (for windows forward slash to backslash),
here: C:\Users

expecting validate to return errors only
relative root paths cause trouble on windows
as WindowsPath("/Users") is a relative path
WindowsPath("/Users").resolve() adds a drive letter, here: C:\Users
allows for arbitrary uri and enables common download pbar with tqdm
Copy link
Contributor

@constantinpape constantinpape left a comment

Choose a reason for hiding this comment

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

The changes look good. But the test is not passing yet.

@FynnBe FynnBe added the bug Something isn't working label Nov 22, 2021
@constantinpape
Copy link
Contributor

All tests are passing, so good to merge from my side; merge whenever you think this is ready @FynnBe.

@FynnBe FynnBe merged commit 7b58ecb into main Nov 23, 2021
@FynnBe FynnBe deleted the update_package_cmd branch November 23, 2021 08:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bioimageio package does not work as expected
2 participants