Tweak missing mapping

This commit is contained in:
Christian 2013-06-29 09:19:23 -04:00
parent 837a6fdf8a
commit 069aba5b46
1 changed files with 1 additions and 1 deletions

View File

@ -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]