Archived
1
0
Fork 0

Typo in API/Projects.pm

This commit is contained in:
Mercier Pierre-Olivier 2013-10-21 18:44:30 +02:00
parent 8e3d6e5464
commit 279b9ea07e
3 changed files with 5 additions and 13 deletions

View file

@ -3,7 +3,7 @@
use v5.10.1;
use strict;
use warnings;
#use threads;
use threads;
use Carp;
use File::Basename;
use File::Copy;
@ -317,9 +317,5 @@ sub process_get
return "Ok";
}
#threads->create('monitor_start');
threads->create('monitor_start');
Process::register("moulette_get", \&process_get);
#$project_paths{'/data/output/2016-exam-c-0-rendu-1'} = { "id" => "exam-c-0", "year" => "2016", "rendu" => "rendu-1" };
#$fm->monitor('/data/output/2016-exam-c-0-rendu-1');
#monitor_start();