osbuild-depsolve-dnf5: module_hotfixes wasn't really set

Typo in the previous change, wasn't setting `repo.module_hotfixes`
This commit is contained in:
Brian C. Lane 2024-02-16 10:08:48 -08:00 committed by Simon de Vlieger
parent 43c83c01e6
commit 4f83cdc434

View file

@ -215,7 +215,7 @@ class Solver():
# This option if True disables modularization filtering. Effectively
# disabling modularity for given repository.
if "module_hotfixes" in desc:
module_hotfixes = desc["module_hotfixes"]
repo.module_hotfixes = desc["module_hotfixes"]
# This needs to be set on each repo
repo.set_substitutions(self.substitutions)