Skip to content

Commit

Permalink
Add condition to Pyluos installation only for examples using bootload…
Browse files Browse the repository at this point in the history
…er feature
  • Loading branch information
K0rdan authored and nicolas-rabault committed Jan 22, 2024
1 parent 431f732 commit 93b4821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source_filter_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
visited_key = "__LUOS_CORE_SCRIPT_CALLED"
global_env = DefaultEnvironment()

if not visited_key in global_env:
if env.get("UPLOAD_PROTOCOL") == "custom" and not visited_key in global_env:
click.secho("")
click.secho("Luos engine build configuration:", underline=True)
# install pyluos
Expand Down

0 comments on commit 93b4821

Please sign in to comment.