IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 22428


Ignore:
Timestamp:
Feb 24, 2009, 11:01:37 AM (17 years ago)
Author:
Paul Price
Message:

Put some stuff in that wasn't supposed to be there.

File:
1 edited

Legend:

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

    r22427 r22428  
    166166# Push the results into the database
    167167unless ($no_update) {
    168     my ($in1, $out1, $err1);    # Buffers for ppStats
    169     my $h1 = harness \@command1, \$in1, \$out1, \$err1;
    170     print "[Running $command1]\n";
    171     my $result1 = run $h1;
    172 
    173168    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    174169        IPC::Cmd::run(command => $command, verbose => $verbose);
Note: See TracChangeset for help on using the changeset viewer.