oops
This commit is contained in:
parent
3dfe5f0152
commit
559d6cbbab
@ -271,9 +271,10 @@ class GlobalProtectConnection(
|
||||
# Take logind inhibitor
|
||||
try:
|
||||
await self._inhibitor.acquire()
|
||||
except:
|
||||
except Exception as e:
|
||||
self.logger.warning(
|
||||
f"Unable to acquire sleep delay inhibitor. Networking will be broken on resume from suspend."
|
||||
f"Unable to acquire sleep delay inhibitor. Networking will be broken on resume from suspend.",
|
||||
e,
|
||||
)
|
||||
|
||||
# Create subprocess
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user