diff options
Diffstat (limited to 'test')
| -rwxr-xr-x | test | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ for modname in modnames: if len(result.errors) > 0: print "-"*20 + " Errors " + "-"*20 for error in result.errors: - print "\n%s" % errors[1] + print "\n%s" % error[1] print "-"*48 if flawless: |
