]> git.armaanb.net Git - lightcards.git/blobdiff - lightcards/progress.py
Remove purge-all option
[lightcards.git] / lightcards / progress.py
index 6fd3f3c2d68d1b7affc073d7c4ce861860a0fa81..bf78e0161a8349584ca7966ab77194a7876274a2 100644 (file)
@@ -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)