IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 12, 2009, 2:20:20 PM (16 years ago)
Author:
Paul Price
Message:

Site config should already have been loaded by PS::IPP::Config->new

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/stack_skycell.pl

    r26101 r26103  
    367367    my $temp_delete = defined($recipe) and metadataLookupBool($recipe, 'TEMP.DELETE'); # Delete temp files?
    368368    if ($temp_delete) {
    369         $ipprc->load_site() or &my_die("Unable to load site configurat.", $stack_id, $PS_EXIT_CONFIG_ERROR);
    370369        my $temp_dir = metadataLookupStr($ipprc->{_siteConfig}, 'TEMP.DIR'); # Directory with temporary files
    371370        my $temp_image = metadataLookupStr($recipe, 'TEMP.IMAGE'); # Suffix for image
Note: See TracChangeset for help on using the changeset viewer.