Fix #2525 - Convert Windows paths in a Unix environment

This commit is contained in:
w0rp
2019-06-05 14:16:43 +01:00
parent 381fff0e4c
commit 7b78f2b846
3 changed files with 37 additions and 3 deletions

View File

@@ -78,7 +78,7 @@ Execute(The mypy handler should handle Windows names with spaces):
\ {
\ 'lnum': 4,
\ 'col': 0,
\ 'filename': 'C:\something\with spaces.py',
\ 'filename': ale#path#Simplify('C:\something\with spaces.py'),
\ 'type': 'E',
\ 'text': 'No library stub file for module ''django.db''',
\ },