formatting

This commit is contained in:
proddy
2025-03-02 13:27:04 +01:00
parent 7eac920985
commit bae6b600bd
5 changed files with 163 additions and 95 deletions

View File

@@ -3,6 +3,7 @@ import os
Import("env")
def buildWeb():
os.chdir("interface")
print("Building web interface...")
@@ -19,6 +20,7 @@ def buildWeb():
finally:
os.chdir("..")
# Don't buuld webUI if called from GitHub Actions
if "NO_BUILD_WEBUI" in os.environ:
print("!! Skipping the build of the web interface !!")