Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ssorj committed Nov 11, 2024
1 parent d3e7ba7 commit cced71c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,8 +390,7 @@ def merge_option_data(self):
if fnmatch.fnmatchcase(key, pattern):
included_keys.remove(key)

included_options = {model_options[x]["name"]: model_options[x] for x in included_keys
if x not in model_options}
included_options = {model_options[x]["name"]: model_options[x] for x in included_keys}
specific_options = {x["name"]: x for x in self.data.get("options", [])}

included_names = [x for x in included_options if x not in specific_options]
Expand Down

0 comments on commit cced71c

Please sign in to comment.