exclude fqcnmapfile

This commit is contained in:
Klaus Zerwes 2022-08-05 22:40:33 +02:00
parent 502eb8e074
commit e03e1de88d

View File

@ -146,7 +146,7 @@ if not fqcnmapfile or args.updatefqcnmapfile:
# build exclude_paths
exclude_paths = []
for ep in args.exclude_paths + [".cache", ".git", ".hg", ".svn", ".tox"]:
for ep in args.exclude_paths + [".cache", ".git", ".hg", ".svn", ".tox", args.fqcnmapfile]:
exclude_paths.append(os.path.abspath(ep))
# update some args from optional config file