mirror of
https://github.com/onyx-and-iris/slobs-cli.git
synced 2025-07-22 04:41:46 +00:00
add missing for-else comment
This commit is contained in:
parent
23d3118e6a
commit
46159a0ca4
@ -173,7 +173,7 @@ async def status(ctx: click.Context, source_name: str):
|
||||
)
|
||||
conn.close()
|
||||
return
|
||||
else:
|
||||
else: # If no source by the given name was found
|
||||
conn.close()
|
||||
raise SlobsCliError(f'Audio source "{source_name}" not found.')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user