Skip to content
Snippets Groups Projects
Unverified Commit 7a535dfc authored by Cosmin Popa's avatar Cosmin Popa
Browse files

Fix checker locale for task score formatting


This fix adds a line to both task-1 and bonus checkers, setting LC_ALL to the
default "C" locale.

This is necessary as other locales like ro_RO.UTF-8 cause numbers to be
displayed with a comma instead of a dot for the floating point separator. In
that case, the local Python checker script throws errors when looking for a
dot-formatted number with basic regex in the task-specific checker output.

Signed-off-by: default avatarCosmin Popa <cosmin7popa@gmail.com>
parent d4486f34
No related branches found
No related tags found
Loading
Checking pipeline status
Loading
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