Skip to content

Fix file archiver message to include directories

Grzegorz Bizon requested to merge fix/gb/archive-files-and-directories into master

What does this MR do?

This merge request fixes a message printed by file archiver, in situations where it is using filepath.Walk() and entries being counted in fact also include directories.

Why was this MR needed?

The old message printed might be confusing because directories are included too.

Related to gitlab#15122 (closed)

Merge request reports