IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 24, 2010, 7:17:33 PM (16 years ago)
Author:
bills
Message:

got sense of this check wrong

File:
1 edited

Legend:

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

    r28021 r28081  
    811811    # chipRun's can be in full state if destreaking is necessary
    812812    if (($state ne 'cleaned') and ($state ne 'update') and ($state ne 'goto_cleaned') and
    813         ($stage eq 'chip' and $state eq 'full')) {
     813        ($stage ne 'chip' and $state eq 'full')) {
    814814        my_die("$stage $stage_id is in unexpected state $state", $PS_EXIT_PROG_ERROR);
    815815    }
Note: See TracChangeset for help on using the changeset viewer.