aboutsummaryrefslogtreecommitdiff
path: root/lib/errors/importErrors.ml
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@dailly.me>2025-01-22 13:43:50 +0100
committerSébastien Dailly <sebastien@dailly.me>2025-01-23 12:24:10 +0100
commit37556ab070abcbf87a1a822c95aeccf19dade687 (patch)
treef7d7b4a3ae4e689224de177c01f4f0ecc2fd1a7c /lib/errors/importErrors.ml
parent8e012f4804ecf1665819e761283120a3c0e73643 (diff)
Force the locale before printing a result
Diffstat (limited to 'lib/errors/importErrors.ml')
-rw-r--r--lib/errors/importErrors.ml2
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;
]