IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 16, 2008, 3:27:19 PM (18 years ago)
Author:
bills
Message:

Changes to get detectability query processing working with the new
request processing scheme and tables

File:
1 edited

Legend:

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

    r18541 r18587  
    8888    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    8989        run(command => $command, verbose => $verbose);
    90     unless ($success) {
    91         print STDERR @$stderr_buf;
    92     }
     90    # fields doesn't return zero when it succeeds
     91    #unless ($success) {
     92    #    print STDERR @$stderr_buf;
     93    #}
    9394    $fields_output = join "", @$stdout_buf;
    9495}
Note: See TracChangeset for help on using the changeset viewer.