Skip to content
Snippets Groups Projects
Commit d0cb013d authored by Michele Alberti's avatar Michele Alberti
Browse files

[verification] Fix typo in error message.

parent aef40729
No related branches found
No related tags found
No related merge requests found
...@@ -108,7 +108,7 @@ let answer_saver limit config env config_prover dataset task = ...@@ -108,7 +108,7 @@ let answer_saver limit config env config_prover dataset task =
then filename then filename
else else
invalid_arg invalid_arg
(Fmt.str "File '%s' has an unsupported extension" filename) (Fmt.str "File '%s' has an unsupported extension" filename)
in in
Dataset.interpret_predicate env ~on_model ~on_dataset task Dataset.interpret_predicate env ~on_model ~on_dataset task
in in
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment