remove spacing again
parent
f3427bb13b
commit
997bf31bd4
|
@ -82,7 +82,7 @@ async def notify_from_ems_status_msg(
|
||||||
os.environ['DBUS_SESSION_BUS_ADDRESS'] = (
|
os.environ['DBUS_SESSION_BUS_ADDRESS'] = (
|
||||||
f'unix:path=/run/user/{_dbus_uid}/bus'
|
f'unix:path=/run/user/{_dbus_uid}/bus'
|
||||||
)
|
)
|
||||||
|
|
||||||
result = await trio.run_process(
|
result = await trio.run_process(
|
||||||
[
|
[
|
||||||
'notify-send',
|
'notify-send',
|
||||||
|
@ -100,10 +100,5 @@ async def notify_from_ems_status_msg(
|
||||||
)
|
)
|
||||||
if result.returncode != 0:
|
if result.returncode != 0:
|
||||||
log.warn(f'No notification daemon installed stderr: {result.stderr}')
|
log.warn(f'No notification daemon installed stderr: {result.stderr}')
|
||||||
|
|
||||||
|
log.runtime(result)
|
||||||
log.runtime(result)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue