IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 24, 2008, 6:07:58 PM (18 years ago)
Author:
bills
Message:

better error reporting when parsing failed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/scripts/request_finish.pl

    r18620 r18733  
    7474    my $command = $finish_cmd . " --req_id $req_id --req_name $req_name --product $product";
    7575    $command   .= " --dbname $dbname" if $dbname;
     76    $command   .= " --verbose" if $verbose;
    7677    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    7778        run(command => $command, verbose => $verbose);
Note: See TracChangeset for help on using the changeset viewer.