updated docstring
This commit is contained in:
parent
6bf1d8a233
commit
421453ee0c
@ -347,6 +347,7 @@ def get_matching_files(filename):
|
|||||||
|
|
||||||
Raises:
|
Raises:
|
||||||
* errors.OpError: If there are filesystem / directory listing errors.
|
* errors.OpError: If there are filesystem / directory listing errors.
|
||||||
|
* errors.NotFoundError: If pattern to be matched is an invalid directory.
|
||||||
"""
|
"""
|
||||||
return get_matching_files_v2(filename)
|
return get_matching_files_v2(filename)
|
||||||
|
|
||||||
@ -401,6 +402,7 @@ def get_matching_files_v2(pattern):
|
|||||||
|
|
||||||
Raises:
|
Raises:
|
||||||
errors.OpError: If there are filesystem / directory listing errors.
|
errors.OpError: If there are filesystem / directory listing errors.
|
||||||
|
errors.NotFoundError: If pattern to be matched is an invalid directory.
|
||||||
"""
|
"""
|
||||||
if isinstance(pattern, six.string_types):
|
if isinstance(pattern, six.string_types):
|
||||||
return [
|
return [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user