Loading csst_common/utils/_io.py +0 −4 Original line number Diff line number Diff line Loading @@ -13,7 +13,3 @@ def remove_dir(path=""): """ Remove the specified directory. """ if os.path.exists(path): shutil.rmtree(path) csst_common/data_manager.py +2 −2 File changed.Contains only whitespace changes. Show changes Loading
csst_common/utils/_io.py +0 −4 Original line number Diff line number Diff line Loading @@ -13,7 +13,3 @@ def remove_dir(path=""): """ Remove the specified directory. """ if os.path.exists(path): shutil.rmtree(path)