From 7ecabd4577ccb291a0335070816e17a78656de7d Mon Sep 17 00:00:00 2001
From: Felix Kleinert <f.kleinert@fz-juelich.de>
Date: Mon, 11 May 2020 09:23:27 +0200
Subject: [PATCH] update OSError

---
 src/run_modules/partition_check.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/run_modules/partition_check.py b/src/run_modules/partition_check.py
index c5f2375a..8f4c703e 100644
--- a/src/run_modules/partition_check.py
+++ b/src/run_modules/partition_check.py
@@ -23,5 +23,4 @@ class PartitionCheck(RunEnvironment):
         if (self.data_store.get('hostname')[:2] in self.data_store.get('login_nodes')) or (
                 self.data_store.get('hostname')[:6] in self.data_store.get('login_nodes')):
             raise OSError(
-                'You are on a login node to download data. Use compute nodes and run again if '
-                'you want to train and validate a model.')
+                'You are on a login node to download data. Use compute nodes and run again if you want to train and validate a model.')
-- 
GitLab