updated docstring
This commit is contained in:
parent
6bf1d8a233
commit
421453ee0c
@ -347,6 +347,7 @@ def get_matching_files(filename):
|
||||
|
||||
Raises:
|
||||
* 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)
|
||||
|
||||
@ -401,6 +402,7 @@ def get_matching_files_v2(pattern):
|
||||
|
||||
Raises:
|
||||
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):
|
||||
return [
|
||||
|
Loading…
Reference in New Issue
Block a user