mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
fix spacing
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user