Mentions légales du service

Skip to content
Snippets Groups Projects
Commit e65fb4f0 authored by Lucas Nussbaum's avatar Lucas Nussbaum
Browse files

[oar-prop] Improve error message

parent 083e2fce
No related branches found
No related tags found
No related merge requests found
Pipeline #881313 passed with warnings
......@@ -92,7 +92,7 @@ module RefRepo::Valid::OarProperties
nbcores = nbcores.first
if host_resources.length != nbcores
puts "ERROR: invalid number of resources for #{host}. should be nbcores."
puts "ERROR: invalid number of resources for #{host}. should be nbcores. (host_resources.length=#{host_resources.length} ; nbcores=#{nbcores})"
ret = false
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment