8000 3 character less in the path · zhangqrl/winpython@7e2ca3b · GitHub
[go: up one dir, main page]

Skip to content

Commit 7e2ca3b

Browse files
author
stonebig
committed
3 character less in the path
1 parent 65acca5 commit 7e2ca3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

make.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def get_tool_path(relpath, checkfunc):
189189
python_desc = 'Python programming language with standard library'
190190
return """## WinPython %s
191191
192-
The following packages are included in WinPython-%s v%s%s.
192+
The following packages are included in WinPython-%sbit v%s%s.
193193
194194
### Tools
195195
@@ -220,7 +220,7 @@ def python_dir(self):
220220
@property
221221
def winpy_arch(self):
222222
"""Return WinPython architecture"""
223-
return '%dbit' % self.distribution.architecture
223+
return '%d' % self.distribution.architecture
224224

225225
@property
226226
def pyqt_arch(self):

0 commit comments

Comments
 (0)
0