IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 3, 2010, 4:34:17 PM (16 years ago)
Author:
bills
Message:

adapt to change in pantasks status output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/scripts/pstamp_server_status

    r25957 r27170  
    8686    } elsif ($got_state == 1 and $line =~ /\+|\-/) {
    8787#        print "$line\n";
    88         my ($task_state, $task, $njobs, $ngood, $nfail, $ntime, $cmd) = split " ", $line;
     88        my ($task_state, $task, $nrun, $njobs, $ngood, $nfail, $ntime, $cmd) = split " ", $line;
    8989#        print "$task $task_state\n";
    9090        my %this_task = ( name => $task, njobs => $njobs, ngood => $ngood, nfail => $nfail, ntime => $ntime, cmd => $cmd );
Note: See TracChangeset for help on using the changeset viewer.