Commit 6f8b3980 by Jesse Zoldak

Fix pep8 violation

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