Remove unused variable

This commit is contained in:
c.lamboo 2024-02-04 22:48:55 +01:00
parent da1f8bf1b6
commit fc081b20e3

View file

@ -166,8 +166,6 @@ class CuraConan(ConanFile):
self.output.info("Collecting python installs")
python_installs = {}
python_executable = "python3" if self.settings.os == "Macos" else "python"
# list of python installs
run_env = VirtualRunEnv(self)
env = run_env.environment()