From e03e1de88dff43338cac496394584ba2f646e767 Mon Sep 17 00:00:00 2001 From: Klaus Zerwes Date: Fri, 5 Aug 2022 22:40:33 +0200 Subject: [PATCH] exclude fqcnmapfile --- fqcn-fixer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fqcn-fixer.py b/fqcn-fixer.py index 5c88cde..1699de8 100755 --- a/fqcn-fixer.py +++ b/fqcn-fixer.py @@ -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