IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 25, 2009, 3:02:22 PM (17 years ago)
Author:
eugene
Message:

adding feature to allow multiple labels for revert operations

File:
1 edited

Legend:

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

    r24487 r24562  
    632632
    633633    psMetadata *where = psMetadataAlloc();
     634    pxAddLabelSearchArgs (config, where, "-label", "fakeRun.label", "==");
    634635    PXOPT_COPY_S64(config->args, where, "-fake_id", "fake_id", "==");
    635     PXOPT_COPY_STR(config->args, where, "-label", "fakeRun.label", "==");
    636636    PXOPT_COPY_S64(config->args, where, "-exp_id", "exp_id", "==");
    637637    PXOPT_COPY_STR(config->args, where, "-exp_name", "exp_name", "==");
Note: See TracChangeset for help on using the changeset viewer.