python-apt icon indicating copy to clipboard operation
python-apt copied to clipboard

distro.codename is sid instead of xenial on Ubuntu xenial

Open pallix opened this issue 6 years ago • 0 comments

Hello,

When executing this code on Ubuntu Xenial:


import aptsources.distro as aptsources_distro
distro = aptsources_distro.get_distro()

distro.codename evaluates to sid when it should be xenial.

pallix avatar Sep 13 '18 16:09 pallix