X-Git-Url: https://git.armaanb.net/?a=blobdiff_plain;f=lightcards%2Fprogress.py;h=bf78e0161a8349584ca7966ab77194a7876274a2;hb=3c884626432e00720894132ec86e378f1b92d6ef;hp=6fd3f3c2d68d1b7affc073d7c4ce861860a0fa81;hpb=7fc79f3415682ddda1e33d229aaac4db2f36e012;p=lightcards.git diff --git a/lightcards/progress.py b/lightcards/progress.py index 6fd3f3c..bf78e01 100644 --- a/lightcards/progress.py +++ b/lightcards/progress.py @@ -40,8 +40,3 @@ def purge(stra): file = f"{dired}/{name_gen(stra)}/" if os.path.exists(file): shutil.rmtree(file) - - -def purge_all(): - if os.path.exists(dired): - shutil.rmtree(dired)