Skip to content

Commit a1453e9

Browse files
author
Theofilos Manitaras
committed
Remove extra space from dictionary key-value
1 parent d04830b commit a1453e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cscs-checks/prgenv/helloworld.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def __init__(self, lang, linkage):
169169
# On SLURM there is no need to set OMP_NUM_THREADS if one defines
170170
# num_cpus_per_task, but adding for completeness and portability
171171
self.variables = {
172-
'OMP_NUM_THREADS': str(self.num_cpus_per_task)
172+
'OMP_NUM_THREADS': str(self.num_cpus_per_task)
173173
}
174174

175175

0 commit comments

Comments
 (0)