Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/new-webengine-support' into new-…
Browse files Browse the repository at this point in the history
…webengine-support
  • Loading branch information
jonoomph committed Jul 31, 2020
2 parents 7312232 + 3551168 commit 991f384
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion freeze.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@
def find_files(directory, patterns):
""" Recursively find all files in a folder tree """
for root, dirs, files in os.walk(directory):
del dirs # not used
for basename in files:
if ".pyc" not in basename and "__pycache__" not in basename:
for pattern in patterns:
Expand Down

0 comments on commit 991f384

Please sign in to comment.