Ignore:
Timestamp:
2012-02-21T13:21:09+13:00 (12 years ago)
Author:
jmt12
Message:

Some more tests as it appears there are ways to run import such as manifest is completely undefined

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/parallel-building/trunk/src/perllib/plugins/DirectoryPlugin.pm

    r24683 r25114  
    470470        # what metadata source files to process. Only process those that appear
    471471        # in the metadata_files list in the block_hash. [jmt12]
    472         if ($block_hash->{'manifest'} eq 'true'
     472        if (defined $block_hash && defined $block_hash->{'manifest'} && $block_hash->{'manifest'} eq 'true'
    473473            && !-d $raw_full_filename
    474474            && !$block_hash->{'metadata_files'}->{$raw_full_filename})
Note: See TracChangeset for help on using the changeset viewer.