FIX: Misspelled dir

This commit is contained in:
Eric Larson
2020-06-10 10:54:05 -04:00
parent f566b4fe2e
commit f24af24a01
2 changed files with 5 additions and 4 deletions

View File

@ -715,7 +715,7 @@ def main(*args):
if glob_match.match(root): # skip (absolute) directories
del dirs[:]
continue
if is_hidden(root, options.check_hidden):
if is_hidden(root, options.check_hidden): # dir itself hidden
continue
for file_ in files:
# ignore hidden files in directories