libre-server / rolekit

'rolekit' is a daemon for Linux systems providing a stable D-BUS interface to manage the deployment of ​Server Roles.
19 stars 7 forks source link

Handle the "__NULL__" responses gracefully #20

Closed sgallagher closed 8 years ago

sgallagher commented 8 years ago

When an attribute is NoneType in rolekit, we return it as a special string u"__NULL__" through the D-BUS API. For best user experience, we should translate that on the client-side rather than displaying it as-is.