Skip to content
Snippets Groups Projects
Commit 215cd63d authored by François Bobot's avatar François Bobot Committed by Loïc Correnson
Browse files

[WP/Why3] Generate prover description

parent b4abefba
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,9 @@ ...@@ -27,7 +27,9 @@
let cfg = lazy let cfg = lazy
begin begin
try try
Why3.Whyconf.read_config None let config = Why3.Whyconf.read_config None in
let config = Why3.Whyconf.load_default_config_if_needed config in
config
with exn -> with exn ->
Wp_parameters.abort "%a" Why3.Exn_printer.exn_printer exn Wp_parameters.abort "%a" Why3.Exn_printer.exn_printer exn
end end
......
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