add comment

This commit is contained in:
Chris Dodge
2013-03-04 19:59:18 -05:00
parent a81e9a673c
commit 6ce3493f00

View File

@@ -66,6 +66,7 @@ class CachingDescriptorSystem(MakoDescriptorSystem):
if json_data is None:
module = self.modulestore.get_item(location)
if module is not None:
# update our own cache after going to the DB to get cache miss
self.module_data.update(module.system.module_data)
return module
else: