fix regression

patch bump
This commit is contained in:
onyx-and-iris 2025-06-12 05:42:30 +01:00
parent 564f4116d1
commit 0c5bbc114f
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
__version__ = "0.8.1" __version__ = "0.8.2"

View File

@ -111,6 +111,7 @@ async def switch(ctx: click.Context, scene_name: str, preview: bool = False):
conn.close() conn.close()
break break
else: # If no scene by the given name was found else: # If no scene by the given name was found
conn.close()
raise SlobsCliError(f"Scene '{scene_name}' not found.") raise SlobsCliError(f"Scene '{scene_name}' not found.")
try: try: