IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 37319


Ignore:
Timestamp:
Aug 27, 2014, 11:48:38 AM (12 years ago)
Author:
watersc1
Message:

Bug fix for "Can't use string ("ARRAY(0x1f9bfd0)ARRAY(0x1fe6870)") as an ARRAY ref while
"strict refs" in use at" issue.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/lap_science.pl

    r37193 r37319  
    10771077        &my_die("Unable to perform stacktool -definebyquery: $error_code", $lap_id);
    10781078    }
    1079     $stacks_made .= $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
    1082 
     1082    # Append deep stacks to stacks so we can get a complete count later.
     1083    push @{ $stacks_made}, @{ $stacks_made_deep };
     1084   
    10831085    ## Determine the sass_id so we can record it in the database.
    10841086    $command = "$stacktool ";
Note: See TracChangeset for help on using the changeset viewer.