mirror of
https://github.com/onyx-and-iris/slobs-cli.git
synced 2025-06-27 15:20:24 +01:00
fix regression
patch bump
This commit is contained in:
parent
564f4116d1
commit
0c5bbc114f
@ -1 +1 @@
|
||||
__version__ = "0.8.1"
|
||||
__version__ = "0.8.2"
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user