fix double my in DeleteExportedFiles
This commit is contained in:
parent
726bd5ee05
commit
63a80e00ff
1 changed files with 0 additions and 1 deletions
|
|
@ -101,7 +101,6 @@ sub execute {
|
|||
goto pause if (time - $time > $ttl);
|
||||
}
|
||||
|
||||
my $ttl = $self->getTTL;
|
||||
while (defined(my $dirname = shift @dirs)) {
|
||||
my $cdirname = $self->_canonExportPath($dirname);
|
||||
rmdir $cdirname or $self->session->errorHandler->warn("DeleteExportedFiles: couldn't rmdir $dirname: $!"), next;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue