In Python 3.8+, dbus-python now returns dbus.String instead of regular strings when stringify repr is called. This bug has been reported upstream, but for now, we work around it...
Signed-off-by: Neal Gompa ngompa13@gmail.com
Bug reported upstream for dbus-python: https://gitlab.freedesktop.org/dbus/dbus-python/-/issues/34
rebased onto a1ff5b34acc70619daa6dd1458a7754dc5f9c303
Pull-Request has been merged by simo
In Python 3.8+, dbus-python now returns dbus.String instead of
regular strings when stringify repr is called. This bug has
been reported upstream, but for now, we work around it...
Signed-off-by: Neal Gompa ngompa13@gmail.com