fix spacing

This commit is contained in:
jojorne
2023-03-12 20:41:34 -03:00
parent 4219e3e8d3
commit 4b8d4cde7d

View File

@@ -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: