IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 5, 2007, 12:37:24 PM (19 years ago)
Author:
jhoblitt
Message:

add camPendingExp.workdir
fix warptool -tooverlap SQL to handle camProcessedExp.workdir

File:
1 edited

Legend:

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

    r12229 r12237  
    171171
    172172    bool status = false;
     173    psString workdir = psMetadataLookupStr(&status, config->args, "-set_workdir");
     174    if (!status) {
     175        psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -set_workdir");
     176        return false;
     177    }
     178
    173179    psString label = psMetadataLookupStr(&status, config->args, "-set_label");
    174180    if (!status) {
     
    248254        if (!camQueueChipID(config,
    249255                    row->chip_id,
     256                    workdir     ? workdir   : row->workdir,
    250257                    label       ? label     : row->label,
    251258                    recipe      ? recipe    : row->recipe,
     
    557564        pendingRow->cam_id,
    558565        pendingRow->chip_id,
     566        pendingRow->workdir,
    559567        pendingRow->label,
    560568        pendingRow->recipe,
Note: See TracChangeset for help on using the changeset viewer.