IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29180


Ignore:
Timestamp:
Sep 21, 2010, 12:05:18 PM (16 years ago)
Author:
rhenders
Message:

Changed regular expression to accomodate changes in automate_stacks script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/czartool/Burntool.pm

    r29077 r29180  
    5454
    5555        chomp($line);
    56         if($line =~ m/([0-9]+)\s+([0-9]+)\s+([0-9]+)\s+([0-9]+)/) {
     56        if($line =~ m/BTSTATS: $today $target ([0-9]+)\s+([0-9]+)\s+([0-9]+)\s+([0-9]+)/) {
    5757            if ($self->{_verbose}) {print "Output =  $1 $2 $3 $4\n";}
    5858            ${$pending} = ($2 - $3)/60;
Note: See TracChangeset for help on using the changeset viewer.