Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8f81c93

Browse files
committed
Patch #713645: Fix typo.
1 parent dc14ab1 commit 8f81c93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tools/freeze/checkextensions_win32.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def checkextensions(unknown, extra_inis, prefix):
5959

6060
defaultMapName = os.path.join( os.path.split(sys.argv[0])[0], "extensions_win32.ini")
6161
if not os.path.isfile(defaultMapName):
62-
sys.stderr.write("WARNING: %s can not be found - standard extensions may not be found" % mapFileName)
62+
sys.stderr.write("WARNING: %s can not be found - standard extensions may not be found\n" % defaultMapName)
6363
else:
6464
# must go on end, so other inis can override.
6565
extra_inis.append(defaultMapName)

0 commit comments

Comments
 (0)