Skip to content

Commit

Permalink
fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas committed Apr 8, 2015
1 parent 95bb596 commit 9a51c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ament_pyflakes/bin/ament_pyflakes
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def main(argv=sys.argv[1:]):
report.append((filename, reporter.errors))
print('')

# output summary
# output summary
error_count = sum([len(r[1]) for r in report])
if not error_count:
print('No errors')
Expand Down

0 comments on commit 9a51c71

Please sign in to comment.