Commit 1c8cf285 by Jesse Zoldak Committed by GitHub

Merge pull request #14409 from edx/zoldak/fix-pep8

Fix pep8 violation
parents c79718be 6f8b3980
......@@ -133,7 +133,7 @@ STATICFILES_DIRS += [
(course_dir, COMMON_TEST_DATA_ROOT / course_dir)
for course_dir in os.listdir(COMMON_TEST_DATA_ROOT)
if os.path.isdir(COMMON_TEST_DATA_ROOT / course_dir)
]
]
# Avoid having to run collectstatic before the unit test suite
# If we don't add these settings, then Django templates that can't
......
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