1
0
forked from VimPlug/jedi

Finally fix all the get_system_environment issues

This commit is contained in:
Dave Halter
2018-04-15 16:43:53 +02:00
parent fe0ad8f1da
commit bd7c65d963
2 changed files with 2 additions and 2 deletions

View File

@@ -435,7 +435,7 @@ if __name__ == '__main__':
return 1
if arguments['--env']:
environment = get_system_environment('python' + arguments['--env'])
environment = get_system_environment(arguments['--env'])
else:
# Will be 3.6.
environment = get_default_environment()