Skip to content

Commit 7429cc8

Browse files
author
Theofilos Manitaras
committed
PEP8 fix
1 parent e82ded0 commit 7429cc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cscs-checks/prgenv/environ_check.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ def __init__(self, module_name):
6868
cdt = osext.cray_cdt_version()
6969
if ((cdt and cdt <= '20.11' and
7070
module_name in ['cray-petsc-complex',
71-
'cray-petsc-complex-64',
72-
'cudatoolkit']) or
71+
'cray-petsc-complex-64',
72+
'cudatoolkit']) or
7373
(cdt and cdt < 20.11 and module_name == 'gcc')):
7474
self.valid_systems = []
7575

0 commit comments

Comments
 (0)