Commit 469c08f8 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

tweaks

parent d593a671
...@@ -13,7 +13,3 @@ def remove_dir(path=""): ...@@ -13,7 +13,3 @@ def remove_dir(path=""):
""" Remove the specified directory. """ """ Remove the specified directory. """
if os.path.exists(path): if os.path.exists(path):
shutil.rmtree(path) shutil.rmtree(path)
Supports Markdown
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