Skip to content

Commit

Permalink
Merge pull request #68 from kristovatlas/fix-typo
Browse files Browse the repository at this point in the history
fixed typo in app.py
  • Loading branch information
Kristov Atlas authored Jul 9, 2016
2 parents acfe1e5 + fcce500 commit f0d3814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ def main():
print "=========================="
print(("%s%d tests could not be automatically fixed, but manual "
"instructions are available. Please manually remediate these "
"problems adn re-run the tool:%s") %
"problems and re-run the tool:%s") %
(const.COLORS['BOLD'], len(completely_failed_tests),
const.COLORS['ENDC']))
for test_num in completely_failed_tests:
Expand Down

0 comments on commit f0d3814

Please sign in to comment.