IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16151


Ignore:
Timestamp:
Jan 18, 2008, 4:35:23 PM (18 years ago)
Author:
jhoblitt
Message:

check end_stage before auto queueing for the chip stae

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/end_stage/ippTools/src/regtool.c

    r16150 r16151  
    707707    }
    708708
    709     // XXX handle end_stage here
     709    // should we stop here and proceed on to the chip stage?
     710    if (psStrcasestr(end_stage, "reg")) {
     711        // then we are done here
     712        if (!psDBCommit(config->dbh)) {
     713            psError(PS_ERR_UNKNOWN, false, "database error");
     714            return false;
     715        }
     716
     717        return true;
     718    }
     719    // else continue on...
     720
    710721
    711722    // insert an entry into the chipPendingExp table
Note: See TracChangeset for help on using the changeset viewer.