Skip to content

Commit

Permalink
Fix family typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nazywam committed Feb 6, 2024
1 parent fae8ba8 commit bfc25ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karton/config_extractor/config_extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def report_config(
) -> None:
dhash = config_dhash(config)

family = config["family"]
family = config["type"]
task = Task(
{
"type": "config",
Expand Down

0 comments on commit bfc25ac

Please sign in to comment.