distro.codename is sid instead of xenial on Ubuntu xenial
Open
- Dominant language
- C++
- Stars
- 67
- Forks
- 42
- PR merge metrics
- No merged PRs in 30d
Description
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`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.