Skip to content

Commit

Permalink
update message
Browse files Browse the repository at this point in the history
  • Loading branch information
mzuenni authored and RagnarGrootKoerkamp committed Mar 5, 2024
1 parent 69ba527 commit ffa8064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ def __init__(self, problem, generator_config, key, name: str, yaml, parent):

if yaml is None:
self.parse_error = (
f'Empty yaml key (Testcases must be generated not mentioned). Skipping.'
f'Empty yaml entry (Testcases must be generated not only mentioned). Skipping.'
)
config.n_error += 1
return
Expand Down

0 comments on commit ffa8064

Please sign in to comment.