Commit 332087ac authored by Denis Bilenko's avatar Denis Bilenko

add docstring for clean_db.py

parent 8885ac4a
#!/usr/bin/python #!/usr/bin/python
"""Drop the records of the tests that were made against non-clean copy (i.e. with uncommitted changes)
"""
from record_results import get_results_db, sqlite3 from record_results import get_results_db, sqlite3
if __name__=='__main__': if __name__=='__main__':
......
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