aboutsummaryrefslogtreecommitdiff
path: root/src/compileAndRun
diff options
context:
space:
mode:
authorJakob Stendahl <jakob.stendahl@outlook.com>2018-11-30 00:05:25 +0100
committerJakob Stendahl <jakob.stendahl@outlook.com>2018-11-30 00:05:25 +0100
commit7ff42bc409697a31307b0bc1418aae5c8bc1b59d (patch)
tree4aaa6a48217cfc5fb57ea90028d5ce5e1e08975d /src/compileAndRun
parent8eae54ea9e641e36dcdbe2698243039958d9cd05 (diff)
downloadLuxcena-Neo-7ff42bc409697a31307b0bc1418aae5c8bc1b59d.tar.gz
Luxcena-Neo-7ff42bc409697a31307b0bc1418aae5c8bc1b59d.zip
:hammer: New parameters for strip setup
Diffstat (limited to 'src/compileAndRun')
-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!")