summaryrefslogtreecommitdiff
path: root/cesar/maximus
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/maximus')
-rw-r--r--cesar/maximus/python/tools/csi/csicore.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/cesar/maximus/python/tools/csi/csicore.py b/cesar/maximus/python/tools/csi/csicore.py
index 3ef640d10e..fa4a0c52d1 100644
--- a/cesar/maximus/python/tools/csi/csicore.py
+++ b/cesar/maximus/python/tools/csi/csicore.py
@@ -222,7 +222,8 @@ class csiCore:
if station == None:
raise Exception ('No station or already running')
- cesar = STACesar (self.__maximus, config=station.get_config(),
+ cesar = STACesar (self.__maximus, executable=station.get_executable (),
+ config=station.get_config(),
buffer_nb=10, debug=station.get_debug(),
config_mode="MME", seed=random.randint(0, 9999),
name=station.get_manufacturer_hfid ())