aboutsummaryrefslogtreecommitdiff
path: root/app/handlers/lab.py
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2014-12-05 09:19:09 +0100
committerMilo Casagrande <milo.casagrande@linaro.org>2014-12-05 09:19:09 +0100
commit80a2c92839f5393a0d31956a7fcb2ab5b2a277f5 (patch)
tree04b1cfb885aa7e74de89281d92714f4df3ba5b39 /app/handlers/lab.py
parent2da2655f091f91519e27dd440dcdcd5c98a83a27 (diff)
Add comment.
Change-Id: I8b4861b59c89c4eec1b51cdc1e5b6d46761efb3a
Diffstat (limited to 'app/handlers/lab.py')
-rw-r--r--app/handlers/lab.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/handlers/lab.py b/app/handlers/lab.py
index cb35a9b..5b53205 100644
--- a/app/handlers/lab.py
+++ b/app/handlers/lab.py
@@ -156,6 +156,7 @@ class LabHandler(handlers.base.BaseHandler):
if new_lab.name:
if old_lab.name != new_lab.name:
+ # The is no setter for the name field in the Lab model.
old_lab._name = new_lab.name
if new_lab.contact: