Skip to content
Snippets Groups Projects
Commit 6f3ff904 authored by Simon Rose's avatar Simon Rose
Browse files

Merge branch 'fix_cmd_top' into 'master'

E3-1461: Fix improper value of E3_CMD_TOP

See merge request !160
parents 66f906ca adea3d43
No related branches found
No related tags found
1 merge request!160E3-1461: Fix improper value of E3_CMD_TOP
Pipeline #176319 failed
...@@ -64,7 +64,7 @@ def iocsh( ...@@ -64,7 +64,7 @@ def iocsh(
tmp_startup_script.load_module(entry) tmp_startup_script.load_module(entry)
if file: if file:
tmp_startup_script.set_variable("E3_CMD_TOP", {str(file.parent)}) tmp_startup_script.set_variable("E3_CMD_TOP", str(file.parent))
tmp_startup_script.load_snippet(file) tmp_startup_script.load_snippet(file)
for entry in command: for entry in command:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment