What does the output of these lsb_release commands return?

67 DISTRO_CODENAME = subprocess.check_output(
68     ["lsb_release", "-c", "-s"], universal_newlines=True).strip()
69 DISTRO_ID = subprocess.check_output(
70     ["lsb_release", "-i", "-s"], universal_newlines=True).strip()


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

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

Title:
  Unattended Upgrades fail to parse
  "${distro_id}:${distro_codename}-security"

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

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to