mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2026-08-26 14:55:24 +00:00
Merge branch 'master' into develop
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
-- This method is used by Moose developers and not mission builders.
|
||||
ModuleLoader = 'Scripts/Moose/Modules.lua'
|
||||
|
||||
if io then
|
||||
local f=io.open(ModuleLoader,"r")
|
||||
if f~=nil then
|
||||
io.close(f)
|
||||
@@ -37,6 +38,9 @@ if f~=nil then
|
||||
-- Skip the static part of this file completly
|
||||
do return end
|
||||
end
|
||||
else
|
||||
env.info( '*** MOOSE DYNAMIC INCLUDE NOT POSSIBLE (Desanitize io to use it) *** ' )
|
||||
end
|
||||
|
||||
-- Individual Moose files are not found. Use the static code below.
|
||||
env.info( '*** MOOSE STATIC INCLUDE START *** ' )
|
||||
|
||||
Reference in New Issue
Block a user