Skip to content

Commit

Permalink
Fix a small luos_engine compilation display
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-rabault committed Jan 24, 2024
1 parent 893efa5 commit 69112ce
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions source_filter_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@
visited_key = "__LUOS_CORE_SCRIPT_CALLED"
global_env = DefaultEnvironment()

click.secho("")
click.secho("Luos engine build configuration:", underline=True)

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
try:
import pyluos
Expand Down

0 comments on commit 69112ce

Please sign in to comment.