mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-09 21:14:15 +02:00
flake warnings (#304)
This commit is contained in:
@@ -47,7 +47,7 @@ class SnapdClient:
|
||||
session = Session()
|
||||
session.mount("http://snapd/", SnapdAdapter())
|
||||
return session
|
||||
except:
|
||||
except Exception:
|
||||
self.logger.error("Could not establish a connection to 'snapd.socker'")
|
||||
traceback.print_exc()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user