X-Git-Url: https://git.armaanb.net/?p=lightcards.git;a=blobdiff_plain;f=lightcards%2Fprogress.py;h=bf78e0161a8349584ca7966ab77194a7876274a2;hp=6fd3f3c2d68d1b7affc073d7c4ce861860a0fa81;hb=f8dbb2a02277188e677bb89ffdacb13a270df35e;hpb=08e393b41878e67e92e1031cfe69d909df453b60 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)