updated docstring

This commit is contained in:
jma 2020-09-23 11:36:47 -07:00
parent 6bf1d8a233
commit 421453ee0c

View File

@ -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 [