mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Remove unused variable
This commit is contained in:
parent
da1f8bf1b6
commit
fc081b20e3
1 changed files with 0 additions and 2 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue