Changeset 26105
- Timestamp:
- Nov 12, 2009, 2:26:53 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/stack_skycell.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/stack_skycell.pl
r26103 r26105 367 367 my $temp_delete = defined($recipe) and metadataLookupBool($recipe, 'TEMP.DELETE'); # Delete temp files? 368 368 if ($temp_delete) { 369 my $temp_dir = metadataLookupStr($ipprc->{_siteConfig}, 'TEMP.DIR') ; # Directory with temporary files369 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 370 370 my $temp_image = metadataLookupStr($recipe, 'TEMP.IMAGE'); # Suffix for image 371 371 my $temp_mask = metadataLookupStr($recipe, 'TEMP.MASK'); # Suffix for mask
Note:
See TracChangeset
for help on using the changeset viewer.
