Skip to content

Commit 268f9da

Browse files
committed
Expand envvars in topology_prefix configuration option
1 parent 89b0225 commit 268f9da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reframe/frontend/autodetect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ def _emit_custom_script(job, env, commands):
204204
def detect_topology():
205205
rt = runtime.runtime()
206206
detect_remote_systems = rt.get_option('general/0/remote_detect')
207-
topo_prefix = rt.get_option('general/0/topology_prefix')
207+
topo_prefix = osext.expandvars(rt.get_option('general/0/topology_prefix'))
208208
for part in rt.system.partitions:
209209
getlogger().debug(f'detecting topology info for {part.fullname}')
210210
found_procinfo = False

0 commit comments

Comments
 (0)