summaryrefslogtreecommitdiff
path: root/cesar/maximus
diff options
context:
space:
mode:
authorNélio Laranjeiro2012-04-16 15:09:47 +0200
committerNélio Laranjeiro2012-04-23 16:53:09 +0200
commitf1fbd41048d5c87756339cb194fd83f12804a762 (patch)
tree5969af507b8518894540c57ff1c340da1871f7e2 /cesar/maximus
parentb829fdae9689b955d2dad824e3a2468bc7c5b5bc (diff)
cesar/maximus/python/tools/csi: provide executable to Maximus station, closes #3081
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 ())