Commit 2443aa79 by Calen Pennington

Indentation fix

parent 50af0be1
......@@ -55,7 +55,7 @@ def clone_course(modulestore, contentstore, source_location, dest_location, dele
)
new_children.append(child_loc.url())
modulestore.update_children(module.location, new_children)
modulestore.update_children(module.location, new_children)
# save metadata
modulestore.update_metadata(module.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