|
|
@@ -1,7 +1,7 @@
|
|
|
"""
|
|
|
Generated by Statechart compiler by Glenn De Jonghe, Joeri Exelmans, Simon Van Mierlo, and Yentl Van Tendeloo (for the inspiration)
|
|
|
|
|
|
-Date: Wed Nov 15 13:39:38 2017
|
|
|
+Date: Wed Nov 15 13:46:08 2017
|
|
|
|
|
|
Model author: Yentl Van Tendeloo
|
|
|
Model name: Modelverse Visual Editor - Tkinter Version
|
|
|
@@ -9007,7 +9007,7 @@ class ProcessEnactor(RuntimeClassBase, tk.Toplevel, SCCDWidget):
|
|
|
def _all_all_execute_in_context_1_exec(self, parameters):
|
|
|
result = parameters[0]
|
|
|
taskname, operation = result
|
|
|
- subprocess.Popen([sys.executable, sys.argv[0], "--address", data['mv_address'], "--username", data['username'], "--password", data['password'], "--taskname", taskname, "--spawn", "run_chatwindow.py"])
|
|
|
+ subprocess.Popen([sys.executable, sys.argv[0], "--address", data['mv_address'], "--username", data['username'], "--password", data['password'], "--taskname", taskname, "--spawn", "./run_chatwindow.py"])
|
|
|
|
|
|
def _all_all_execute_in_context_1_guard(self, parameters):
|
|
|
result = parameters[0]
|