Skip to content

Commit 93c835b

Browse files
author
stonebig
committed
shebang patching bug
1 parent 87bfffd commit 93c835b

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
@@ -486,7 +486,7 @@ def patch_standard_packages(self, package_name='', to_movable=True):
486486
" writer.writerow((normpath(f, lib_dir), h, l))")
487487

488488
# create movable launchers for previous package installations
489-
self.patch_all_shebang()
489+
self.patch_all_shebang(to_movable=to_movable)
490490

491491
if package_name.lower() == "spyder" or package_name == '':
492492
# spyder don't goes on internet without I ask

0 commit comments

Comments
 (0)