IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 17, 2009, 2:55:40 PM (17 years ago)
Author:
Paul Price
Message:

Dump configuration after processing, so it has all the filenames.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackFinish.c

    r23341 r23364  
    6060    }
    6161
     62
     63    // Dump configuration
     64    bool mdok;                          // Status of MD lookup
     65    psString dump = psMetadataLookupStr(&mdok, config->arguments, "DUMP_CONFIG"); // File for config
     66    if (dump) {
     67        pmFPAfile *input = psMetadataLookupPtr(NULL, config->files, "PPSTACK.INPUT"); // Input file
     68        pmConfigDump(config, input->fpa, dump);
     69    }
     70
    6271    return true;
    6372}
Note: See TracChangeset for help on using the changeset viewer.