diff options
author | w0rp <devw0rp@gmail.com> | 2017-11-21 23:51:18 +0000 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-11-21 23:51:18 +0000 |
commit | 52f3ad7c75273af3b32d1085a248d14ccc1886df (patch) | |
tree | 9f5db22db0fff38d320b79951748e0c11de66a02 /test/command_callback/python_paths/with_virtualenv/env | |
parent | e6fb32b7920fbe3d58c055eb7151d1316b2a40ac (diff) | |
download | ale-52f3ad7c75273af3b32d1085a248d14ccc1886df.zip |
Escape the pyls executable in the command, and support running virtualenv pyls executables
Diffstat (limited to 'test/command_callback/python_paths/with_virtualenv/env')
-rwxr-xr-x | test/command_callback/python_paths/with_virtualenv/env/Scripts/pyls | 0 | ||||
-rwxr-xr-x | test/command_callback/python_paths/with_virtualenv/env/bin/pyls | 0 |
2 files changed, 0 insertions, 0 deletions
diff --git a/test/command_callback/python_paths/with_virtualenv/env/Scripts/pyls b/test/command_callback/python_paths/with_virtualenv/env/Scripts/pyls new file mode 100755 index 00000000..e69de29b --- /dev/null +++ b/test/command_callback/python_paths/with_virtualenv/env/Scripts/pyls diff --git a/test/command_callback/python_paths/with_virtualenv/env/bin/pyls b/test/command_callback/python_paths/with_virtualenv/env/bin/pyls new file mode 100755 index 00000000..e69de29b --- /dev/null +++ b/test/command_callback/python_paths/with_virtualenv/env/bin/pyls |