IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42472


Ignore:
Timestamp:
Jun 6, 2023, 1:14:01 PM (3 years ago)
Author:
mhuber
Message:

add parse_error.txt if exists to dquery requested datastore (IPP-1948)

File:
1 edited

Legend:

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

    r34444 r42472  
    123123    $colData{$col} = [];
    124124}
    125    
     125
     126## ir parse_error.txt exists then also include it on datastore
     127if (-e "$outdir/parse_error.txt") {
     128    print $REGLIST "parse_error.txt|||text|\n";
     129}
     130
    126131my $i = 0;
    127132foreach my $job (@jobs) {
Note: See TracChangeset for help on using the changeset viewer.