Merge pull request #6239 from edx/clytwynec/fix_pep8_violation

fix pep8 violation
This commit is contained in:
Christine Lytwynec
2014-12-12 16:25:39 -05:00

View File

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