Skip to content
Snippets Groups Projects
Commit 2443aa79 authored by Calen Pennington's avatar Calen Pennington
Browse files

Indentation fix

parent 50af0be1
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment