From 17fff9c72f0f84c69ce31c8522eb67f9b68a128f Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Wed, 17 Mar 2021 10:35:33 -0400 Subject: Minor formatting changes --- python/scriptingprovider.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python/scriptingprovider.py') diff --git a/python/scriptingprovider.py b/python/scriptingprovider.py index a31971fc..7a970338 100644 --- a/python/scriptingprovider.py +++ b/python/scriptingprovider.py @@ -860,12 +860,12 @@ class PythonScriptingProvider(ScriptingProvider): return (python_bin, "Success") using_bundled_python = not python_lib - + if sys.platform == "darwin": if using_bundled_python: return (None, "Failed: Bundled python doesn't support dependency installation. Specify a full python installation in your 'Python Interpreter' and try again") - python_bin = Path(python_lib).parent / f"bin/python{python_lib_version}" + python_bin = Path(python_lib).parent / f"bin/python{python_lib_version}" elif sys.platform == "linux": class Dl_info(ctypes.Structure): _fields_ = [ -- cgit v1.3.1