diff --git a/src/slobs_cli/__about__.py b/src/slobs_cli/__about__.py index 8088f75..deded32 100644 --- a/src/slobs_cli/__about__.py +++ b/src/slobs_cli/__about__.py @@ -1 +1 @@ -__version__ = "0.8.1" +__version__ = "0.8.2" diff --git a/src/slobs_cli/scene.py b/src/slobs_cli/scene.py index 07116eb..11eae07 100644 --- a/src/slobs_cli/scene.py +++ b/src/slobs_cli/scene.py @@ -111,6 +111,7 @@ async def switch(ctx: click.Context, scene_name: str, preview: bool = False): conn.close() break else: # If no scene by the given name was found + conn.close() raise SlobsCliError(f"Scene '{scene_name}' not found.") try: