Fix flake8 errors

This commit is contained in:
sedrubal
2017-05-28 23:07:27 +02:00
parent 653142eb20
commit caa8859177

View File

@@ -32,6 +32,7 @@ def find_files_recursively(items, exclude_patterns):
os.path.normpath(os.path.expanduser(pattern))
for pattern in exclude_patterns or ()
}
def is_excluded(path, exclude_patterns):
"""Return True if any pattern in exclude_patterns matches path."""
path = os.path.normpath(path)