dmx-interface/pre_extra_script.py
2024-12-13 18:20:39 +01:00

8 lines
184 B
Python

Import("env")
if env.IsIntegrationDump():
# stop the current script execution
Return()
env.Execute("git submodule update --init --recursive")
print("✅ SUBMODULES UPDATED")