From ddbf155e8b47623f25951af468eb6b189b5889ce Mon Sep 17 00:00:00 2001 From: Andreas Engberg Date: Wed, 4 Sep 2024 09:21:59 +0200 Subject: [PATCH] fixed return type to tuple --- modules/space/scripts/spice.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/space/scripts/spice.lua b/modules/space/scripts/spice.lua index 09c12aa05d..cd326b588e 100644 --- a/modules/space/scripts/spice.lua +++ b/modules/space/scripts/spice.lua @@ -4,7 +4,7 @@ openspace.space.documentation = { Arguments = { { "tlePath", "String" } }, - Return = "{ Translation, SpiceKernel }", + Return = "( Translation, SpiceKernel )", Documentation = [[ Takes the provided TLE file, converts it into a SPICE kernel and returns a SpiceTranslation instance that can be used to access the information in the TLE