Commit c1dbd985 by Calen Pennington

Fix bad reference to item_location

parent 7b542700
...@@ -90,4 +90,4 @@ def set_module_info(store, location, post_data): ...@@ -90,4 +90,4 @@ def set_module_info(store, location, post_data):
# commit to datastore # commit to datastore
# TODO (cpennington): This really shouldn't have to do this much reaching in to get the metadata # TODO (cpennington): This really shouldn't have to do this much reaching in to get the metadata
store.update_metadata(item_location, module._model_data._kvs._metadata) store.update_metadata(location, module._model_data._kvs._metadata)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment