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

Skip to content

Commit d7aabf1

Browse files
author
stonebig
committed
common, make my beta
1 parent 1ae688b commit d7aabf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1022,7 +1022,7 @@ def make(self, remove_existing=True, requirements=None, my_winpydir=None): #, f
10221022
print("WARNING: this is just a simulation!", file=sys.stderr)
10231023

10241024
self.python_fname = self.get_package_fname(
1025-
r'python-([0-9\.rc]*)((\.|\-)amd64)?\.(msi|zip)')
1025+
r'python-([0-9\.rcb]*)((\.|\-)amd64)?\.(msi|zip)')
10261026
self.python_name = osp.basename(self.python_fname)[:-4]
10271027
distname = 'win%s' % self.python_name
10281028
vlst = re.match(r'winpython-([0-9\.]*)', distname

0 commit comments

Comments
 (0)