Skip to content

Commit 125ebb3

Browse files
author
Theofilos Manitaras
committed
Fix f-string
1 parent 6b811bc commit 125ebb3

File tree

1 file changed

+1
-1
lines changed
  • cscs-checks/microbenchmarks/gpu/spec-accel

1 file changed

+1
-1
lines changed

cscs-checks/microbenchmarks/gpu/spec-accel/spec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def setup_per_env(self):
6969
envname = self.current_environ.name
7070
self.prerun_cmds = [
7171
f'source ./shrc',
72-
f'mv {self.configs[envname] config'
72+
f'mv {self.configs[envname]} config'
7373
]
7474
self.executable_opts = [
7575
f'--config={self.configs[envname]}', '--platform NVIDIA',

0 commit comments

Comments
 (0)