IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26105


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

Trap error on temp_dir for debugging.

File:
1 edited

Legend:

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

    r26103 r26105  
    367367    my $temp_delete = defined($recipe) and metadataLookupBool($recipe, 'TEMP.DELETE'); # Delete temp files?
    368368    if ($temp_delete) {
    369         my $temp_dir = metadataLookupStr($ipprc->{_siteConfig}, 'TEMP.DIR'); # Directory with temporary files
     369        my $temp_dir = metadataLookupStr($ipprc->{_siteConfig}, 'TEMP.DIR') or &my_die("Unable to find temporary directory in site configuration", $stack_id, $PS_EXIT_CONFIG_ERROR); # Directory with temporary files
    370370        my $temp_image = metadataLookupStr($recipe, 'TEMP.IMAGE'); # Suffix for image
    371371        my $temp_mask = metadataLookupStr($recipe, 'TEMP.MASK'); # Suffix for mask
Note: See TracChangeset for help on using the changeset viewer.