Merge pull request #6239 from edx/clytwynec/fix_pep8_violation
fix pep8 violation
This commit is contained in:
@@ -205,7 +205,7 @@ def _upload_asset(request, course_key):
|
||||
filename=filename,
|
||||
size_mb=settings.MAX_ASSET_UPLOAD_FILE_SIZE_IN_MB,
|
||||
faq_url=settings.MAX_ASSET_UPLOAD_FILE_SIZE_URL,
|
||||
)
|
||||
)
|
||||
}, status=413)
|
||||
|
||||
content_loc = StaticContent.compute_location(course_key, filename)
|
||||
|
||||
Reference in New Issue
Block a user