Skip to content

Commit

Permalink
fixed typo in app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kristovatlas committed Jul 9, 2016
1 parent e851bd4 commit fcce500
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 @@ -424,7 +424,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 fcce500

Please sign in to comment.