From 4b8d4cde7de1512fbf2c78ff6318ca0897425ebe Mon Sep 17 00:00:00 2001 From: jojorne Date: Sun, 12 Mar 2023 20:41:34 -0300 Subject: [PATCH] fix spacing --- koboldai_settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koboldai_settings.py b/koboldai_settings.py index 484c95fc..2057197f 100644 --- a/koboldai_settings.py +++ b/koboldai_settings.py @@ -2449,7 +2449,7 @@ class KoboldWorldInfo(object): raise Exception("removing the root folder is not supported") del self.world_info[uid] - + try: os.remove(os.path.join(self._koboldai_vars.save_paths.wi_images, str(uid))) except FileNotFoundError: