IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 30, 2007, 4:41:49 PM (19 years ago)
Author:
Paul Price
Message:

Fixing error message after copy/paste from subtraction script.

File:
1 edited

Legend:

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

    r14274 r14718  
    8686}
    8787
    88 &my_die("Subtraction list contains more than two elements", $stack_id, $PS_EXIT_SYS_ERROR) unless
     88&my_die("Stack list contains less than two elements", $stack_id, $PS_EXIT_SYS_ERROR) unless
    8989    scalar @$files >= 2;
    9090
Note: See TracChangeset for help on using the changeset viewer.