Merge pull request #3190 from ThomasWaldmann/show-excluded-dirs

show excluded dir with "x" for tagged dirs / caches, fixes #3189
This commit is contained in:
TW 2017-10-20 21:16:51 +02:00 committed by GitHub
commit 24fefbb0e0
1 changed files with 1 additions and 0 deletions

View File

@ -565,6 +565,7 @@ class Archiver:
self._process(fso, cache, matcher, exclude_caches, exclude_if_present,
keep_exclude_tags, skip_inodes, tag_path, restrict_dev,
read_special=read_special, dry_run=dry_run)
self.print_file_status('x', path)
return
if not dry_run:
if not recurse_excluded_dir: