We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 820e394 commit 0a3dc77Copy full SHA for 0a3dc77
1 file changed
modules/createEVENT/TaichiEvent/TaichiEvent.py
@@ -291,7 +291,7 @@ def main(): # noqa: D103
291
292
result = subprocess.run( # noqa: S603
293
[ # noqa: S607
294
- 'ti',
+ sys.executable,
295
scriptName,
296
# f'{os.path.realpath(os.path.dirname(__file__))}' # noqa: ISC003, PTH120
297
# + '/taichi_script.py',
@@ -312,7 +312,7 @@ def main(): # noqa: D103
312
filenameEVENT = arguments.filenameEVENT # noqa: N816
313
314
315
316
317
318
0 commit comments