From 7ff42bc409697a31307b0bc1418aae5c8bc1b59d Mon Sep 17 00:00:00 2001 From: Jakob Stendahl Date: Fri, 30 Nov 2018 00:05:25 +0100 Subject: :hammer: New parameters for strip setup --- src/compileAndRun/pythonSupportFiles/entry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compileAndRun/pythonSupportFiles/entry.py') diff --git a/src/compileAndRun/pythonSupportFiles/entry.py b/src/compileAndRun/pythonSupportFiles/entry.py index 3dab945..45de822 100644 --- a/src/compileAndRun/pythonSupportFiles/entry.py +++ b/src/compileAndRun/pythonSupportFiles/entry.py @@ -56,7 +56,7 @@ def main(): if ("LuxcenaNeo" in dir(moduleSc)): moduleSc.LuxcenaNeo.strip = moduleSc.LuxcenaNeo.Strip(stripConf) elif ("neo" in dir(moduleSc)): - moduleSc.neo.strip = moduleSc.neo.Strip(segments, segmentConfiguration) + moduleSc.neo.strip = moduleSc.neo.Strip(stripConf) else: raise Exception("Neither LuxcenaNeo nor neo found in script, check docs!") -- cgit v1.2.3