mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
1a515afe07
Fix the `_load_model` method of `CLIProject`. Before this commit it erroneously did not call `_set_model` on all codepaths, resulting in cases where `self.model` was incorrectly missing the `_project` field.