IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 37336


Ignore:
Timestamp:
Aug 29, 2014, 4:51:06 PM (12 years ago)
Author:
watersc1
Message:

Typo in teh stacks_made stacks_made_deep logic that is now a bug that breaks things.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-pv3-20140717/ippScripts/scripts/lap_science.pl

    r37320 r37336  
    10771077        &my_die("Unable to perform stacktool -definebyquery: $error_code", $lap_id);
    10781078    }
    1079     my $stacks_made_deep .= $mdcParser->parse_list(join "", @$stdout_buf) or
     1079    my $stacks_made_deep = $mdcParser->parse_list(join "", @$stdout_buf) or
    10801080        &my_die("unable to parse metadata from stacktool -definebyquery", $lap_id, "");   
    10811081
    10821082    # Append deep stacks to stacks so we can get a complete count later.
    1083     push @{ $stacks_made}, @{ $stacks_made_deep };
     1083    push @{ $stacks_made }, @{ $stacks_made_deep };
    10841084   
    10851085    ## Determine the sass_id so we can record it in the database.
Note: See TracChangeset for help on using the changeset viewer.