Skip to content
Snippets Groups Projects
Commit abb81115 authored by Ravi Tripathi's avatar Ravi Tripathi
Browse files

Adding clean_env to clean up the environment

parent df3fdb08
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/python
import shutil
def rm_test_dir():
shutil.rmtree('test_dir')
if __name__=="__main__":
rm_test_dir()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment