-
Notifications
You must be signed in to change notification settings - Fork 110
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
Duplicate get
error result (reporting)
#5537
Comments
The reason is that the main
As seen above, the subdatasets are tested in the "wrong" order, seemingly. The reason given in the code: # always come from the top to get sensible generator behavior
bottomup=False, does not really explain anything. However, the thing makes more sense when coming from a situation where no subdatasets are installed. Although still not completely. I guess a unittest for this behavior is in order. |
More detail: The error is coming out of |
Still happening. |
to make sure `get` does not yield redundant `impossible` results if a not existing path is given.
to make sure `get` does not yield redundant `impossible` results if a not existing path is given.
seems to be fixed and just not closed by #7093 because against
|
Get a file with invalid filename (extension missing):
Unclear why a second attempt is made, when first attempt finds "path does not exist".
The text was updated successfully, but these errors were encountered: