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

tweaks

parent d593a671
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -13,7 +13,3 @@ def remove_dir(path=""):
    """ Remove the specified directory. """
    if os.path.exists(path):
        shutil.rmtree(path)



+2 −2

File changed.

Contains only whitespace changes.