mirror of
https://github.com/LCPQ/quantum_package
synced 2024-12-31 16:45:54 +01:00
Exists -> exist
This commit is contained in:
parent
199d7ae0d8
commit
408862dc1b
@ -169,7 +169,7 @@ let run check_only ezfio_filename =
|
||||
|
||||
(* Open EZFIO *)
|
||||
if (not (Sys.file_exists_exn ezfio_filename)) then
|
||||
failwith (ezfio_filename^" does not exists");
|
||||
failwith (ezfio_filename^" does not exist");
|
||||
|
||||
Ezfio.set_file ezfio_filename;
|
||||
|
||||
|
@ -41,7 +41,7 @@ let run_i ~action ezfio_filename =
|
||||
let action = create_i_action action in
|
||||
|
||||
if (not (Sys.file_exists_exn ezfio_filename)) then
|
||||
failwith (ezfio_filename^" does not exists");
|
||||
failwith (ezfio_filename^" does not exist");
|
||||
|
||||
Ezfio.set_file ezfio_filename;
|
||||
|
||||
@ -133,7 +133,7 @@ let run_i ~action ezfio_filename =
|
||||
let run_o ~action ezfio_filename =
|
||||
|
||||
if (not (Sys.file_exists_exn ezfio_filename)) then
|
||||
failwith (ezfio_filename^" does not exists");
|
||||
failwith (ezfio_filename^" does not exist");
|
||||
|
||||
(* Open EZFIO *)
|
||||
Ezfio.set_file ezfio_filename;
|
||||
|
Loading…
Reference in New Issue
Block a user