Fix grading launch
This commit is contained in:
parent
cfd1cfd2e9
commit
39758b9e4b
1 changed files with 1 additions and 6 deletions
|
@ -267,12 +267,7 @@ sub tag_grades
|
||||||
|
|
||||||
# Send data to intradata
|
# Send data to intradata
|
||||||
log INFO, "Attente d'un processus de publication...";
|
log INFO, "Attente d'un processus de publication...";
|
||||||
if (my $err = Process::Client::launch("intradata_get", { action => "generate", type => "grades", id => $project_id, "year" => $year, "version" => $version }, { "grading.xml" => $content }, 1))
|
Process::Client::launch("intradata_get", { action => "generate", type => "grades", id => $project_id, "year" => $year, "version" => $version }, { "grading.xml" => $content }, 1);
|
||||||
{
|
|
||||||
if (${ $err } ne "Ok") {
|
|
||||||
log ERROR, "Erreur durant le processus de publication : " . ${ $err };
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
if ($long_tag)
|
if ($long_tag)
|
||||||
{
|
{
|
||||||
|
|
Reference in a new issue