IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19224


Ignore:
Timestamp:
Aug 26, 2008, 1:40:24 PM (18 years ago)
Author:
bills
Message:

exp_id is null for stamp jobs from stack images

File:
1 edited

Legend:

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

    r19220 r19224  
    261261            my $command = "$pstamptool -addjob -req_id $req_id -job_type $job_type"
    262262                . " -uri $uri -outputBase $output_base -args '$args' -rownum $rownum"
    263                 . " -state $state -exp_id $exp_id";
     263                . " -state $state";
     264            $command .= " -exp_id $exp_id" if $exp_id;
    264265            $command .= " -dbname $dbname" if $dbname;
    265266
Note: See TracChangeset for help on using the changeset viewer.