Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5308d0c

Browse files
authored
Merge pull requestpython-mode#873 from zcodes/develop
Add submodules's path to sys.path for msys2 platformpython-mode#852 with correc…
2 parents339945d +630a948 commit5308d0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎pymode/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def patch_paths():
3838
"""
3939
dir_script=os.path.dirname(os.path.abspath(__file__))
4040
sys.path.insert(0,os.path.join(dir_script,'libs'))
41-
ifsys.platform=='win32':
41+
ifsys.platform=='win32'orsys.platform=='msys':
4242
dir_submodule=os.path.abspath(os.path.join(dir_script,
4343
'..','submodules'))
4444
sub_modules=os.listdir(dir_submodule)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp