Fix flake8 errors

pull/50/head
sedrubal 8 years ago
parent 653142eb20
commit caa8859177
No known key found for this signature in database
GPG Key ID: B83D4C8CEB8ABFF6

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

Loading…
Cancel
Save