summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorCharles Brunet <charles.brunet@optelgroup.com>2024-02-08 10:15:37 -0500
committerJussi Pakkanen <jpakkane@gmail.com>2024-02-19 21:52:09 +0200
commitb290a8254122f53d6477b7ba24366d81cfc5e99c (patch)
tree920bcdb68784a262736d387dbe38935d7df3c52f /.github/workflows
parent43fe0061902f9d204eeeb8d4fef779480ec5487c (diff)
downloadmeson-b290a8254122f53d6477b7ba24366d81cfc5e99c.tar.gz
Fix KeyError in Python module
0e7fb07 introduced a subtile bug in the Python module. If a python version is found, but is missing a required module, it is added to the list of python installations, but the `run_bytecompile` attribute for that version was not initialized. Therefore, if any other python version added something to install, it was raising a KeyError when trying to read the `run_bytecompile` attribute for the python version with missing module.
Diffstat (limited to '.github/workflows')
0 files changed, 0 insertions, 0 deletions