Index: sitescripts/reports/bin/parseNewReports.py |
=================================================================== |
--- a/sitescripts/reports/bin/parseNewReports.py |
+++ b/sitescripts/reports/bin/parseNewReports.py |
@@ -67,7 +67,7 @@ |
return |
source = open(xmlFile, 'rb') |
- reportData = {'status': '', 'warnings': {}, 'requests': [], 'filters': [], 'subscriptions': [], 'extensions': [], 'errors': [], 'time': time()} |
+ reportData = {'status': '', 'utility': 0, 'warnings': {}, 'requests': [], 'filters': [], 'subscriptions': [], 'extensions': [], 'errors': [], 'time': time()} |
Wladimir Palant
2012/10/18 15:41:24
How about replacing "utility" by "helpfulness"?
Andrey Novikov
2012/10/18 15:51:29
It's synonym and it's shorter, that's why I have c
Wladimir Palant
2012/10/19 10:26:06
I don't think that "utility" is a synonym for "hel
|
tagStack = [] |
parser = ParserCreate() |