Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd13e4f commit 6f9320bCopy full SHA for 6f9320b
1 file changed
Lib/distutils/command/bdist_wininst.py
@@ -121,7 +121,7 @@ def create_inifile (self):
121
122
# 'info' will be displayed in the installer's dialog box,
123
# describing the items to be installed.
124
- info = metadata.long_description or '' + '\n'
+ info = (metadata.long_description or '') + '\n'
125
126
for name in dir (metadata):
127
if (name != 'long_description'):
0 commit comments