Skip to content

Commit

Permalink
Fixed get_argument_type function (#814)
Browse files Browse the repository at this point in the history
  • Loading branch information
lisandrasilva authored Sep 10, 2024
1 parent 58819e1 commit 587f556
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/kontrol/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,8 @@ def get_argument_type() -> dict[str, Callable]:
| EVMChainOptions.get_argument_type()
| {
'match-test': list_of(parse_test_version_tuple),
'init-node-from': file_path,
'init-node-from-diff': file_path,
'init-node-from-dump': file_path,
'include-summary': list_of(parse_test_version_tuple),
}
)
Expand Down

0 comments on commit 587f556

Please sign in to comment.