From 74faa696527ee9e5378e0b397698db2b316630df Mon Sep 17 00:00:00 2001 From: Luca Date: Wed, 18 Sep 2019 14:54:03 +0200 Subject: [PATCH] Removing blank line --- cscs-checks/cuda/cuda_checks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cscs-checks/cuda/cuda_checks.py b/cscs-checks/cuda/cuda_checks.py index b5c26887c9..71a9e1dc42 100644 --- a/cscs-checks/cuda/cuda_checks.py +++ b/cscs-checks/cuda/cuda_checks.py @@ -12,7 +12,6 @@ def __init__(self): if self.current_system.name == 'kesch': self.valid_prog_environs += ['PrgEnv-cray-nompi', 'PrgEnv-gnu-nompi'] - self.sourcesdir = os.path.join(self.current_system.resourcesdir, 'CUDA', 'essentials') if self.current_system.name == 'kesch':