IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 9, 2011, 3:10:52 PM (15 years ago)
Author:
bills
Message:

should error check when replicating stats file

File:
1 edited

Legend:

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

    r30840 r30841  
    350350        if ($run_state eq 'new') {
    351351            &my_die("Couldn't find expected output file: $configuration", $stack_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($configuration);
    352             $ipprc->replicate_file($outputStats) if $neb;
    353         }
     352            if ($replicate_outputs) {
     353                $ipprc->replicate_file($outputStats)
     354                    or &my_die("failed to replicate: $outputStats\n",  $stack_id, $PS_EXIT_SYS_ERROR);
     355            }
     356}
    354357    }
    355358
Note: See TracChangeset for help on using the changeset viewer.