diff options
author | Sébastien Dailly <sebastien@dailly.me> | 2025-01-22 13:43:50 +0100 |
---|---|---|
committer | Sébastien Dailly <sebastien@dailly.me> | 2025-01-23 12:24:10 +0100 |
commit | 37556ab070abcbf87a1a822c95aeccf19dade687 (patch) | |
tree | f7d7b4a3ae4e689224de177c01f4f0ecc2fd1a7c /lib/errors/importErrors.ml | |
parent | 8e012f4804ecf1665819e761283120a3c0e73643 (diff) |
Force the locale before printing a result
Diffstat (limited to 'lib/errors/importErrors.ml')
-rw-r--r-- | lib/errors/importErrors.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/errors/importErrors.ml b/lib/errors/importErrors.ml index f888725..7433e9b 100644 --- a/lib/errors/importErrors.ml +++ b/lib/errors/importErrors.ml @@ -74,7 +74,7 @@ let output_error : t -> xlsError -> unit = string_of_int error.sheet; string_of_int error.row; target; - CSV.DataType.to_string error.value; + CSV.DataType.to_string "C" error.value; repr_error error.exn; ] |