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

Skip to content

Commit 596cb94

Browse files
author
stonebig
committed
anticipate spyder change
1 parent 4f2661d commit 596cb94

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

winpython/wppm.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -498,6 +498,11 @@ def patch_standard_packages(self, package_name='', to_movable=True):
498498
r"\Lib\site-packages\spyderlib\config\main.py"),
499499
"'check_updates_on_startup': True,",
500500
"'check_updates_on_startup': False,")
501+
utils.patch_sourcefile(
502+
self.target + (
503+
r"\Lib\site-packages\spyder\config\main.py"),
504+
"'check_updates_on_startup': True,",
505+
"'check_updates_on_startup': False,")
501506

502507
# workaround bad installers
503508
if package_name.lower() == "numba":

0 commit comments

Comments
 (0)