We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 339945d commit 630a948Copy full SHA for 630a948
pymode/utils.py
@@ -38,7 +38,7 @@ def patch_paths():
38
"""
39
dir_script = os.path.dirname(os.path.abspath(__file__))
40
sys.path.insert(0, os.path.join(dir_script, 'libs'))
41
- if sys.platform == 'win32':
+ if sys.platform == 'win32' or sys.platform == 'msys':
42
dir_submodule = os.path.abspath(os.path.join(dir_script,
43
'..', 'submodules'))
44
sub_modules = os.listdir(dir_submodule)
0 commit comments