IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25330 for trunk/ippTools/src


Ignore:
Timestamp:
Sep 10, 2009, 4:21:10 PM (17 years ago)
Author:
watersc1
Message:

disables the auto queue of addRun in addprocessedexpMode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/camtool.c

    r25299 r25330  
    657657    }
    658658
    659     if (!pxaddQueueByCamID(config,
    660                            pendingRow->cam_id,
    661                            pendingRow->workdir,
    662                            pendingRow->label,
    663                            pendingRow->reduction,
    664                            pendingRow->dvodb
    665     )) {
    666         // rollback
    667         if (!psDBRollback(config->dbh)) {
    668             psError(PS_ERR_UNKNOWN, false, "database error");
    669         }
    670         psError(PS_ERR_UNKNOWN, false, "failed to queue new addRun");
    671         psFree(pendingRow);
    672         return false;
    673     }
     659/*     if (!pxaddQueueByCamID(config, */
     660/*                         pendingRow->cam_id, */
     661/*                         pendingRow->workdir, */
     662/*                         pendingRow->label, */
     663/*                         pendingRow->reduction, */
     664/*                         pendingRow->dvodb */
     665/*     )) { */
     666/*         // rollback */
     667/*         if (!psDBRollback(config->dbh)) { */
     668/*             psError(PS_ERR_UNKNOWN, false, "database error"); */
     669/*         } */
     670/*         psError(PS_ERR_UNKNOWN, false, "failed to queue new addRun"); */
     671/*         psFree(pendingRow); */
     672/*         return false; */
     673/*     } */
    674674
    675675    psFree(pendingRow);
Note: See TracChangeset for help on using the changeset viewer.