IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 40992


Ignore:
Timestamp:
Oct 28, 2019, 4:11:59 PM (7 years ago)
Author:
eugene
Message:

emit an informative error if we cannot cull a key

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20191011/Nebulous/bin/neb-cull

    r30236 r40992  
    5959# print "@cull_args\n";
    6060
    61 
    6261if ($one_only) {
    6362    my $status = $neb->there_can_be_only_one(@cull_args);
     63    if (not defined $status) {
     64        die "not enough instances of Nebulous key: $key";
     65    }
    6466    if ($status == 0) {
    6567        die "not enough instances of Nebulous key: $key";
Note: See TracChangeset for help on using the changeset viewer.