[Bug 1848036] Re: Inconsistent use of spaces

Balint Reczey balint.reczey at canonical.com
Mon Oct 14 20:28:51 UTC 2019


https://github.com/mvo5/unattended-upgrades/pull/228


** Changed in: unattended-upgrades (Ubuntu)
       Status: New => Confirmed

** Changed in: unattended-upgrades (Ubuntu)
   Importance: Undecided => Low

** Changed in: unattended-upgrades (Ubuntu)
       Status: Confirmed => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to unattended-upgrades in Ubuntu.
https://bugs.launchpad.net/bugs/1848036

Title:
  Inconsistent use of spaces

Status in unattended-upgrades package in Ubuntu:
  In Progress

Bug description:
      # pkgs that are (for some reason) not safe to install
      blacklist = get_blacklist()
      logging.info(_("Initial blacklist : %s"),
                   " ".join(blacklist))

      # install only these packages regardless of other upgrades available
      whitelist = get_whitelist()
      logging.info(_("Initial whitelist: %s"),
                   " ".join(whitelist))

  This looks particularly odd when installing with subiquity as some of
  the last messages displayed are:

  Initial blacklist :
  Initial whitelist:

  See the attached screenshot if you want more proof.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unattended-upgrades/+bug/1848036/+subscriptions



More information about the foundations-bugs mailing list