use dbus_send wrapper in platform_AddPrinter |
||
Issue descriptiondbus_send.dbus_send expects a non-empty return value list. But UnloadComponent returns an empty list on success (return error on failure) which causes error in the dbus_send wrapper. I could either fix dbus_send wrapper to accept an empty_list or fix UploadComponent to return a list with a boolean value. I prefer the latter since I'm not sure if the former may break other tests...
,
Feb 2 2018
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Jan 31 2018