Skip to content

Commit 167ce21

Browse files
author
Vasileios Karakasis
committed
Fix PEP8 issue
1 parent c24f0ac commit 167ce21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cscs-checks/prgenv/environ_check.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ class CrayVariablesCheckDaint(CrayVariablesCheck):
8383
'cray-petsc-complex-64', 'cray-python', 'cray-R', 'cray-tpsl',
8484
'cray-tpsl-64', 'cudatoolkit', 'gcc', 'papi', 'pmi'
8585
])
86+
8687
def __init__(self):
8788
super().__init__()
8889
self.valid_systems = ['daint:login', 'dom:login']

0 commit comments

Comments
 (0)