Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2008-10-08 13:02:28 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2008-10-08 13:02:28 (GMT)
commit4b2ce176666ee03f44944766235d7d4e9d2a80cd (patch)
treed3c81fad5fa1fd9b724928e20109a077c9e34787
parente78e3a443d26e3aa55429c3730a53985e2606ec8 (diff)
Typo
-rw-r--r--src/olpc/datastore/indexstore.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/olpc/datastore/indexstore.py b/src/olpc/datastore/indexstore.py
index f1d5dd6..66181ce 100644
--- a/src/olpc/datastore/indexstore.py
+++ b/src/olpc/datastore/indexstore.py
@@ -66,7 +66,7 @@ class IndexStore(object):
document.add_value(_VALUE_UID, uid)
document.add_value(_VALUE_TIMESTAMP, str(properties['timestamp']))
document.add_value(_VALUE_ACTIVITY_ID, properties['activity_id'])
- document.add_value(_VALUE_MIME_TYPE, str(properties['keep']))
+ document.add_value(_VALUE_MIME_TYPE, str(properties['mime_type']))
document.add_value(_VALUE_ACTIVITY, properties['activity'])
term_generator = xapian.TermGenerator()