mirror of
https://github.com/zerwes/ansible-fqcn-converter.git
synced 2025-02-25 18:55:30 -06:00
fixed whitespace matcher
This commit is contained in:
parent
4a703670b2
commit
f5ce15b106
@ -175,7 +175,7 @@ for dirpath, dirnames, files in os.walk(os.path.abspath(args.directory)):
|
||||
parsefiles.append(f)
|
||||
|
||||
# prepare regex
|
||||
_fqcnregex = re.compile(r'^(?P<white>\s*-?\s*)(?P<module>%s):' % '|'.join(fqdndict.keys()))
|
||||
_fqcnregex = re.compile(r'^(?P<white>\s*-?\s+)(?P<module>%s):' % '|'.join(fqdndict.keys()))
|
||||
|
||||
# do it
|
||||
for f in parsefiles:
|
||||
|
Loading…
Reference in New Issue
Block a user