Skip to content

Commit

Permalink
Add missing extra_execution_files in util.save_config (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
MasloMaslane authored Sep 7, 2024
1 parent 3757dbd commit c902853
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/sinol_make/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@ def save_config(config):
"key": "extra_compilation_args",
"default_flow_style": None
},
{
"key": "extra_execution_files",
"default_flow_style": None
},
{
"key": "sinol_expected_scores",
"default_flow_style": None
Expand Down

0 comments on commit c902853

Please sign in to comment.