Move the comment to where it should be
This commit is contained in:
parent
e13b92d77b
commit
e6693ecbd2
@ -34,8 +34,8 @@ for root, dirs, files in os.walk(pywin_folder):
|
||||
|
||||
py_files = [f for f in files if f.endswith(".py")]
|
||||
|
||||
# skip over py files we don't want to document
|
||||
for filename in py_files:
|
||||
# skip over py files we don't want to document
|
||||
if filename in excluded_files:
|
||||
continue
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user