Skip to content

Commit

Permalink
fix: typo in scriptingprovider.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SmoothHacker authored and xusheng6 committed Nov 28, 2023
1 parent 39cc644 commit f470a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/scriptingprovider.py
Original file line number Diff line number Diff line change
Expand Up @@ -1249,7 +1249,7 @@ class PythonScriptingProvider(ScriptingProvider):
def _python_bin(self) -> Optional[str]:
python_lib = settings.Settings().get_string("python.interpreter")
python_bin_override = settings.Settings().get_string("python.binaryOverride")
python_env = self._get_python_environemnt(using_bundled_python=not python_lib)
python_env = self._get_python_environment(using_bundled_python=not python_lib)
python_bin, status = self._get_executable_for_libpython(python_lib, python_bin_override, python_env=python_env)
return python_bin

Expand Down

0 comments on commit f470a22

Please sign in to comment.