Kaydet (Commit) 8f81c93b authored tarafından Martin v. Löwis's avatar Martin v. Löwis

Patch #713645: Fix typo.

üst dc14ab13
......@@ -59,7 +59,7 @@ def checkextensions(unknown, extra_inis, prefix):
defaultMapName = os.path.join( os.path.split(sys.argv[0])[0], "extensions_win32.ini")
if not os.path.isfile(defaultMapName):
sys.stderr.write("WARNING: %s can not be found - standard extensions may not be found" % mapFileName)
sys.stderr.write("WARNING: %s can not be found - standard extensions may not be found\n" % defaultMapName)
else:
# must go on end, so other inis can override.
extra_inis.append(defaultMapName)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment