Ignore:
Timestamp:
12/27/12 18:26:36 (12 years ago)
Author:
nanardon
Message:

ensure error during base synchronisation are reported

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts/lib/LATMOS/Accounts/Synchro.pm

    r1071 r1204  
    365365    $self->unlock; 
    366366 
    367     1; 
     367    if (!$res) { # postscript failure 
     368        return; 
     369    } elsif (grep { $desterror{$_} } keys %desterror) { 
     370        # There were errors :\ 
     371        return; 
     372    } else { 
     373        return 1; 
     374    } 
    368375} 
    369376 
Note: See TracChangeset for help on using the changeset viewer.