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/chipqueue.c

    r12190 r12232  
    2828bool chipQueueExpTag(pxConfig *config,
    2929                     psString exp_tag,
     30                     psString workdir,
    3031                     psString label,
    3132                     psString recipe,
     
    5859    // queue the exp
    5960    if (!p_psDBRunQuery(config->dbh, queuerawexp_query,
     61                workdir  ? workdir  : "NULL",
    6062                label    ? label    : "NULL",
    6163                recipe   ? recipe   : "NULL",
Note: See TracChangeset for help on using the changeset viewer.