IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36129


Ignore:
Timestamp:
Sep 17, 2013, 4:30:30 PM (13 years ago)
Author:
bills
Message:

don't add -survey to releasetool command unless it is supplied

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20130712/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm

    r36122 r36129  
    808808                        $command .= " -priority_order";
    809809                    }
    810                     $command .= " -surveyName $survey";
     810                    $command .= " -surveyName $survey" if $survey;
    811811                } else {
    812812                    $command = "$stacktool -dbname $imagedb";
Note: See TracChangeset for help on using the changeset viewer.