Tweak missing mapping
This commit is contained in:
parent
837a6fdf8a
commit
069aba5b46
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ def process_file(file, srg):
|
|||
|
||||
else:
|
||||
if name not in srg[typ]:
|
||||
nf.write("%s # -- MISSING MAPPING" %( line ))
|
||||
nf.write("%s # -- MISSING MAPPING\n" %( line.rstrip() ))
|
||||
print("%s is missing a mapping"% name)
|
||||
else:
|
||||
targ = srg[typ][name]
|
||||
|
|
Loading…
Reference in a new issue