Merge pull request #12736 from edx/zoldak/fix-docstring

Fix a docstring to reflect what the method actually does
This commit is contained in:
Jesse Zoldak
2016-06-14 12:49:04 -04:00
committed by GitHub

View File

@@ -30,7 +30,7 @@ def clean_test_files():
def clean_dir(directory):
"""
Clean coverage files, to ensure that we don't use stale data to generate reports.
Delete all the files from the specified directory.
"""
# We delete the files but preserve the directory structure
# so that coverage.py has a place to put the reports.