Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
Update src/pyk/cli/args.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nwatson22 committed Feb 27, 2024
1 parent 809470b commit d528eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyk/cli/args.py
Expand Up @@ -47,7 +47,7 @@ def generate_command_options(args: dict[str, Any]) -> LoggingOptions:

class Options(object):
def __init__(self, args: dict[str, Any]) -> None:
# Get defaults from all subclasses that define them, preferring the most specific class
# Get defaults from this and all superclasses that define them, preferring the most specific class
defaults: dict[str, Any] = {}
mro = type(self).mro()
mro.reverse()
Expand Down

0 comments on commit d528eaa

Please sign in to comment.