good code working ... to be deployed now.. drop db when deploying this

This commit is contained in:
2010-05-13 16:56:49 -07:00
parent 27e3468ab6
commit eb60c4d5b0
9 changed files with 178 additions and 53 deletions

View File

@@ -152,6 +152,9 @@ class LogParser(object):
else :
test=tup[0]
# remove whitespace and trailing dots
test = test.strip().rstrip('.')
# append interesting data to failures return value
failures.append({'test': test, 'text': text, 'reason': reason})