Commit 56e6f04c by Jesse Zoldak Committed by GitHub

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

Fix a docstring to reflect what the method actually does
parents 52450e98 864130c6
......@@ -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.
......
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