Commit 864130c6 by Jesse Zoldak

Fix a docstring to reflect what the method actually does

parent 781a2049
......@@ -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