IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 6, 2014, 6:24:52 PM (12 years ago)
Author:
watersc1
Message:

missing dbname value

File:
1 edited

Legend:

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

    r37125 r37195  
    149149    # This actually returns all the individual stack/skyfiles that comprise this run.  Because consistency.
    150150    my $command = "$stacktool -inputskyfile -stack_id $stack_id ";
    151 
     151    $command .= " -dbname $dbname " if defined($dbname);
    152152    ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    153153        run(command => $command, verbose => 0);
Note: See TracChangeset for help on using the changeset viewer.