Fix: Crash in install_linux_packages.py script #106461

Merged
Bastien Montagne merged 2 commits from bvpav/blender:install-linux-packages-fix into main 2023-04-10 21:13:11 +02:00

2 Commits

Author SHA1 Message Date
bvpav 111a646c69
Merge branch 'main' into install-linux-packages-fix 2023-04-10 11:52:49 +03:00
bvpav 310fbdb3aa
Fix: Crash in `install_linux_packages.py` script
This fixes a KeyError exception when running `install_linux_packages.py`
with `--distro-id`. The exception was thrown, because of a bare return
in `get_distro`, which caused a dict to be indexed with `None`.
2023-04-02 18:21:30 +03:00