-
-
Notifications
You must be signed in to change notification settings - Fork 282
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
Inconsistent listdir()
and rmdir()
method signature across class hierarchy
#890
Comments
One problem is that Line 86 in f0677c2
|
But then why |
@jakirkham: did you ever get a chance to look at this one? |
Can |
Closing as stale. |
This issue is probably obsolete in v3, superseded by #2381. |
Problem description
The
listdir()
andrmdir()
signatures are inconsistent across this class hierarchy:path
should consistently be either astr
or aPath
path
should consistently be either""
orNone
.ConsolidatedMetadataStore.listdir()
needs a default value.The text was updated successfully, but these errors were encountered: