[archiver] Minor fixup
This commit is contained in:
parent
2566ac55ad
commit
4b86c2ef50
1 changed files with 3 additions and 3 deletions
|
@ -271,10 +271,10 @@ func walkPath (_context *context, _path string, _prefix string, _name string, _r
|
||||||
|
|
||||||
if _context.debug {
|
if _context.debug {
|
||||||
log.Printf ("[ ] <> %s\n", _pathInArchive)
|
log.Printf ("[ ] <> %s\n", _pathInArchive)
|
||||||
|
}
|
||||||
if _error := archiveFolder (_context, _pathResolved, _pathInArchive, _names, _stats); _error != nil {
|
if _error := archiveFolder (_context, _pathResolved, _pathInArchive, _names, _stats); _error != nil {
|
||||||
return _error
|
return _error
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
_recursed[_pathResolved] = _wasRecursed
|
_recursed[_pathResolved] = _wasRecursed
|
||||||
return nil
|
return nil
|
||||||
|
|
Loading…
Reference in a new issue