Skip to content

Commit 6fda342

Browse files
author
stonebig
committed
workaround bad installers inside wppm
1 parent 21bdf5e commit 6fda342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

winpython/wppm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ def patch_standard_packages(self, package_name=''):
455455
self.create_pybat(['numba', 'pycc'])
456456
for checklist in("odo", "vitables", "cxfreeze"):
457457
if package_name.lower() == checklist or package_name == '':
458-
self.create_pybat(checklist)
458+
self.create_pybat(checklist)
459459

460460

461461
def create_pybat(self, names, contents="""@echo off

0 commit comments

Comments
 (0)