IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35860


Ignore:
Timestamp:
Jul 27, 2013, 1:50:05 PM (13 years ago)
Author:
eugene
Message:

chiptool -run needs explicit table for state

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ps2-tc3-20130727/ippTools/src/chiptool.c

    r35789 r35860  
    14521452    PXOPT_COPY_S64(config->args, where, "-chip_id", "chipRun.chip_id", "==");
    14531453    PXOPT_COPY_STR(config->args, where, "-reduction", "chipRun.reduction", "==");
    1454     pxAddLabelSearchArgs (config, where, "-label", "label", "==");
    1455     PXOPT_COPY_STR(config->args, where, "-state", "state", "==");
     1454    pxAddLabelSearchArgs (config, where, "-label", "chipRun.label", "==");
     1455    PXOPT_COPY_STR(config->args, where, "-state", "chipRun.state", "==");
    14561456
    14571457    psString query = pxDataGet("chiptool_run.sql");
Note: See TracChangeset for help on using the changeset viewer.