This commit is contained in:
Martin A. Brown 2016-02-18 23:07:14 -08:00
parent 1578e282cc
commit f04b2dfbd0
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ def statfiles(name, relative=None):
Required:
name: the name should be an existing file, but accessing filesystems
name: the name should be an existing file, but accessing filesystems
can be a racy proposition, so if the name is ENOENT, returns an
empty dict()
if name is a directory, os.walk() over the entire subtree and