add unit tests for asset delete/restore
This commit is contained in:
@@ -30,7 +30,7 @@ def import_static_content(modules, course_loc, course_data_path, static_content_
|
||||
|
||||
try:
|
||||
content_path = os.path.join(dirname, filename)
|
||||
if verbose:
|
||||
if True:
|
||||
log.debug('importing static content {0}...'.format(content_path))
|
||||
|
||||
fullname_with_subpath = content_path.replace(static_dir, '') # strip away leading path from the name
|
||||
|
||||
Reference in New Issue
Block a user