local_tank_cache included into clear_all (#1833)

This commit is contained in:
zjgarvey
2023-09-18 00:27:23 -05:00
committed by GitHub
parent ca609afb6a
commit 9eceba69b7

View File

@@ -827,6 +827,8 @@ def clear_all():
elif os.name == "unix":
shutil.rmtree(os.path.join(home, ".cache/AMD/VkCache"))
shutil.rmtree(os.path.join(home, ".local/shark_tank"))
if args.local_tank_cache != "":
shutil.rmtree(args.local_tank_cache)
def get_generated_imgs_path() -> Path: