summaryrefslogtreecommitdiff
path: root/morphlib/morphloader.py
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-10-08 16:16:42 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-10-08 16:16:42 +0000
commit53f9395fa3570c7f0a07825e125fc4713864af3c (patch)
tree686d68d2150620e9dea4e3e90ab2f17ee931aba1 /morphlib/morphloader.py
parent6e36e9a1a29495f0c8b62fedddadcf8df78506d9 (diff)
parentd9b77f6e78e1bfa6c8cc9b55becf1280ad5c018d (diff)
downloadmorph-53f9395fa3570c7f0a07825e125fc4713864af3c.tar.gz
Merge remote-tracking branch 'origin/danielfirth/RT241'
Reviewed-by: Lars Wirzenius Reviewed-by: Richard Maw
Diffstat (limited to 'morphlib/morphloader.py')
-rw-r--r--morphlib/morphloader.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/morphlib/morphloader.py b/morphlib/morphloader.py
index 8c20d9ed..702a330c 100644
--- a/morphlib/morphloader.py
+++ b/morphlib/morphloader.py
@@ -151,7 +151,9 @@ class MorphologyLoader(object):
'arch': None,
'configuration-extensions': [],
},
- 'cluster': {},
+ 'cluster': {
+ 'description': '',
+ },
}
def parse_morphology_text(self, text, whence):