IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35505


Ignore:
Timestamp:
May 3, 2013, 2:17:25 PM (13 years ago)
Author:
bills
Message:

don't set dependents to state hold for preview mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20130307/pstamp/scripts/pstampparse.pl

    r35489 r35505  
    10151015    my $command = "$pstamptool -getdependent -stage $stage -stage_id $stage_id -imagedb $imagedb -component $component -outdir $outdir";
    10161016    $command .= " -need_magic" if $need_magic;
    1017     $command .= ' -hold' if $action eq 'PREVIEW';
     1017#    $command .= ' -hold' if $action eq 'PREVIEW';
    10181018
    10191019    if ($label) {
Note: See TracChangeset for help on using the changeset viewer.