aboutsummaryrefslogtreecommitdiff
path: root/src/compileAndRun/pythonSupportFiles
diff options
context:
space:
mode:
Diffstat (limited to 'src/compileAndRun/pythonSupportFiles')
-rw-r--r--src/compileAndRun/pythonSupportFiles/entry.py2
1 files changed, 1 insertions, 1 deletions
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!")