[Merge] ~nteodosio/software-properties:lp2107741-drivers-again into software-properties:ubuntu/master

Daniel van Vugt mp+484789 at code.launchpad.net
Wed Apr 23 05:35:23 UTC 2025


Thanks for the fix.

I suspect this:

  if (not self.successfully_detected_drivers
  and (not self.search_process or not self.search_process.is_alive())):

could be rewritten more concisely as:

if not (self.successfully_detected_drivers
        or (self.search_process and self.search_process.is_alive())):

But someone would need to check that.
-- 
https://code.launchpad.net/~nteodosio/software-properties/+git/software-properties/+merge/484789
Your team Ubuntu Core Development Team is requested to review the proposed merge of ~nteodosio/software-properties:lp2107741-drivers-again into software-properties:ubuntu/master.




More information about the Ubuntu-reviews mailing list