mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 01:25:51 +08:00
Remove unused variable
This commit is contained in:
parent
da1f8bf1b6
commit
fc081b20e3
@ -166,8 +166,6 @@ class CuraConan(ConanFile):
|
|||||||
self.output.info("Collecting python installs")
|
self.output.info("Collecting python installs")
|
||||||
python_installs = {}
|
python_installs = {}
|
||||||
|
|
||||||
python_executable = "python3" if self.settings.os == "Macos" else "python"
|
|
||||||
|
|
||||||
# list of python installs
|
# list of python installs
|
||||||
run_env = VirtualRunEnv(self)
|
run_env = VirtualRunEnv(self)
|
||||||
env = run_env.environment()
|
env = run_env.environment()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user