IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

add chipPendingExp.workdir

File:
1 edited

Legend:

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

    r12200 r12232  
    158158
    159159    bool status = false;
     160    psString workdir = psMetadataLookupStr(&status, config->args, "-set_workdir");
     161    if (!status) {
     162        psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -set_workdir");
     163        return false;
     164    }
     165
    160166    psString label = psMetadataLookupStr(&status, config->args, "-set_label");
    161167    if (!status) {
     
    234240
    235241        // queue the exp
    236         if (!chipQueueExpTag(config, exp_tag, label, recipe, expgroup, dvodb)) {
     242        if (!chipQueueExpTag(config, exp_tag, workdir, label, recipe, expgroup, dvodb)) {
    237243            if (!psDBRollback(config->dbh)) {
    238244                psError(PS_ERR_UNKNOWN, false, "database error");
Note: See TracChangeset for help on using the changeset viewer.