IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 27, 2009, 12:29:45 PM (17 years ago)
Author:
Paul Price
Message:

Load recipes from arguments, so that command-line overrides are
available before we know what camera we're using.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/config/pmConfig.c

    r23286 r23574  
    806806    pmConfigLoadRecipeOptions(argc, argv, config, "-Df");
    807807    pmConfigLoadRecipeOptions(argc, argv, config, "-Db");
     808
     809    if (!pmConfigReadRecipes(config, PM_RECIPE_SOURCE_CL)) {
     810        psError(PS_ERR_IO, false, "Failed to read recipes from command-line");
     811        psFree(config);
     812        return NULL;
     813    }
    808814
    809815    // Look for command-line options for files to replace
Note: See TracChangeset for help on using the changeset viewer.