Skip to content

Commit

Permalink
Flake8
Browse files Browse the repository at this point in the history
Arg, I really should install flake8 on this machine as well :/
  • Loading branch information
almarklein committed Feb 25, 2014
1 parent 48e8e97 commit 8a7ff10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/make.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ def lineendings(self, args):
for dirpath, dirnames, filenames in os.walk(ROOT_DIR):
# Process files
for fname in filenames:
if os.path.splitext(fname)[1] in ('.pyc', '.pyo',
if os.path.splitext(fname)[1] in ('.pyc', '.pyo',
'.so', '.dll'):
continue
# Get filename
Expand Down

0 comments on commit 8a7ff10

Please sign in to comment.