Closed flxai closed 3 years ago
Hi @nschloe ,
fixed a bug for distros that do not have "version_id" in distro.os_release_info().keys(), e.g. Arch Linux. Changes might not adhere to your code style, so please check if that's okay for you.
"version_id" in distro.os_release_info().keys()
Thanks!
Hi @nschloe ,
fixed a bug for distros that do not have
"version_id" in distro.os_release_info().keys()
, e.g. Arch Linux. Changes might not adhere to your code style, so please check if that's okay for you.