IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 40994


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

report a useful error is user.copies is not found

File:
1 edited

Legend:

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

    r32045 r40994  
    5252eval {
    5353    $user_copies = $neb->getxattr($key, "user.copies");
     54    die ("user.copies not found") unless $user_copies;
    5455};
    55 unless(defined($user_copies)) {
     56unless(defined($user_copies) and $user_copies ne "") {
    5657    $user_copies = 1;
    5758}
Note: See TracChangeset for help on using the changeset viewer.