Changeset 2498


Ignore:
Timestamp:
11/30/21 15:44:04 (3 years ago)
Author:
nanardon
Message:

Access to _la

File:
1 edited

Legend:

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

    r2496 r2498  
    121121    return $self->{_bnet_state} if ($self->{_bnet_state}); 
    122122    # where trace goes: 
    123     my $state_file =  $self->state_dir . '/buildnet_state.ini'; 
     123    my $state_file =  $self->_la->state_dir . '/buildnet_state.ini'; 
    124124    la_log(LA_DEBUG, "Status file is %s", $state_file); 
    125125    if ($state_file && ! -w $state_file) { 
Note: See TracChangeset for help on using the changeset viewer.