Skip to content

Commit

Permalink
Fix akaihola#22: PYFLAKES = True executes python
Browse files Browse the repository at this point in the history
  • Loading branch information
targzeta committed Feb 13, 2014
1 parent c039383 commit cf1b9a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyflymake.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def run_flags(self):


class PyflakesRunner(LintRunner):
command = 'python'
command = 'pyflakes'

output_matcher = re.compile(
r'(?P<filename>.+):'
Expand Down

0 comments on commit cf1b9a8

Please sign in to comment.