Skip to content

Commit f3bacfb

Browse files
author
Luca
committed
Fix square parentheses for list
1 parent 2c8068d commit f3bacfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cscs-checks/apps/vasp/vasp_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def setup_run(self):
9494
arch = proc.arch
9595

9696
# set architecture for GPU partition (no auto-detection)
97-
if self.current_partition.fullname in ('daint:gpu', 'dom:gpu'):
97+
if self.current_partition.fullname in ['daint:gpu', 'dom:gpu']:
9898
arch = 'sm_60'
9999

100100
try:

0 commit comments

Comments
 (0)