Merge "Only print flake8 table if there is results"

This commit is contained in:
Jenkins 2015-07-20 17:29:50 +00:00 committed by Gerrit Code Review
commit 6d5ad02da8
1 changed files with 19 additions and 17 deletions

View File

@ -40,6 +40,8 @@ def main():
else:
print(line)
if len(raw_errors) > 0:
print('Flake8 Results')
ct = PrettyTable([