mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-09 07:34:16 +02:00
sketch
This commit is contained in:
@@ -13,7 +13,7 @@ SNAPD_RUNNING_STATUS = {'listening', 'running'}
|
||||
|
||||
|
||||
def is_installed():
|
||||
res = run_cmd('which snap')
|
||||
res = run_cmd('which snap', print_error=False)
|
||||
return res and not res.strip().startswith('which ')
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user