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

This commit is contained in:
Chris Dodge
2013-06-14 16:08:19 -04:00
parent 7f1768f8f8
commit 7e46447cd5

View File

@@ -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
'''