IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36130


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

fix bug in call to releasetool -summary. Don't pass -surveyName unless $survey
is supplied

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm

    r36102 r36130  
    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.