IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 5, 2008, 11:01:49 AM (18 years ago)
Author:
bills
Message:

For -definebyquery fix the check for an empty where list to account for
-exp_type object being added by default.
For other modes remove that default

File:
1 edited

Legend:

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

    r19367 r19389  
    4848    pxchipSetSearchArgs (definebyqueryArgs);
    4949    psMetadataAddStr(definebyqueryArgs, PS_LIST_TAIL, "-label",              0, "search by rawExp label (LIKE comparison)", NULL);
     50
     51    psMetadataAddStr(definebyqueryArgs, PS_LIST_TAIL, "-exp_type",          PS_META_REPLACE, "search by exp_type", "object");
    5052
    5153    psMetadataAddStr(definebyqueryArgs, PS_LIST_TAIL, "-set_workdir",  0,            "define workdir", NULL);
Note: See TracChangeset for help on using the changeset viewer.