aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Face.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/Face.py b/scripts/Face.py
index 05864f17c..3724c8fa8 100644
--- a/scripts/Face.py
+++ b/scripts/Face.py
@@ -112,6 +112,7 @@ class Face:
self.features[name] = {
"FeatureType": featureType,
"Category": currentCategory,
- "Value": value }
+ "Value": value,
+ "Comment": currentComment }
self.order.append(name)