From f04b2dfbd0db616aca7332eb7436fc675c715ed8 Mon Sep 17 00:00:00 2001 From: "Martin A. Brown" Date: Thu, 18 Feb 2016 23:07:14 -0800 Subject: [PATCH] pep8 fix --- tldp/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tldp/utils.py b/tldp/utils.py index e0fbcb2..99dddf8 100644 --- a/tldp/utils.py +++ b/tldp/utils.py @@ -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