Commit 7e46447c by Chris Dodge

there is no default for empty_asset_trashcan, caller must provide a list

parent 7f1768f8
......@@ -3,7 +3,7 @@ from xmodule.contentstore.content import StaticContent
from .django import contentstore
def empty_asset_trashcan(course_locs=None):
def empty_asset_trashcan(course_locs):
'''
This method will hard delete all assets (optionally within a course_id) from the trashcan
'''
......
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