IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36059


Ignore:
Timestamp:
Aug 30, 2013, 3:05:33 PM (13 years ago)
Author:
bills
Message:

remove references to obsolete UNCENSORED variables

File:
1 edited

Legend:

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

    r36048 r36059  
    5757my_die("output_base is required", $job_id, $PS_EXIT_PROG_ERROR) if !$outputBase;
    5858
    59 $options = 1 if !$options;
    60 
    61 # We don't need to muggle anymore. Ignore those options
    62 $options &=  ~($PSTAMP_REQUEST_UNCENSORED | $PSTAMP_REQUIRE_UNCENSORED);
    63 
     59# ppstamp requires an input file
     60$options = $PSTAMP_SELECT_IMAGE if !$options;
    6461
    6562my $ipprc = PS::IPP::Config->new(); # IPP Configuration
Note: See TracChangeset for help on using the changeset viewer.