fixed 'fqcn as key' code

This commit is contained in:
Klaus Zerwes 2022-09-08 15:18:10 +02:00
parent 11e07ed57e
commit bb250ba85f

View File

@ -189,7 +189,8 @@ if not fqcnmapfile or args.updatefqcnmapfile:
print('fqcn map written to %s' % args.fqcnmapfile)
# add the fqcn as key to
for fqcn in copy.copy(fqcndict).values():
for fqcnlist in copy.copy(fqcndict).values():
for fqcn in fqcnlist:
fqcndict[fqcn] = fqcn
# build exclude_paths