aboutsummaryrefslogtreecommitdiff
path: root/app/utils/report/boot.py
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2015-03-31 12:13:12 +0200
committerMilo Casagrande <milo.casagrande@linaro.org>2015-03-31 12:13:12 +0200
commitec8c8962f0e47c9bff33fd0bd6966f397e5b09fa (patch)
tree2620f0c4a10ab9daaf446f5df147d87a292b2150 /app/utils/report/boot.py
parent33c2329812780833e1a653c2239331d3de32df76 (diff)
Update doc string.
Diffstat (limited to 'app/utils/report/boot.py')
-rw-r--r--app/utils/report/boot.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/utils/report/boot.py b/app/utils/report/boot.py
index fdf16b9..7ade822 100644
--- a/app/utils/report/boot.py
+++ b/app/utils/report/boot.py
@@ -714,7 +714,7 @@ def _parse_and_structure_results(**kwargs):
},
"data": {
"arch": {
- "defconfig": [("TXT", "HTML")]
+ "defconfig": [("TXT version", "HTML version")]
}
}
}
@@ -730,7 +730,7 @@ def _parse_and_structure_results(**kwargs):
"arch": {
"defconfig": {
"board": {
- "lab": "Lab description"
+ ("TXT version", "HTML version")
}
}
}