diff --git a/src/run_modules/partition_check.py b/src/run_modules/partition_check.py index c5f2375adb0c84d0044dc6c77703a81ef2eeb0f8..8f4c703e6b94f11905121d93c44dd8bf583abdec 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.')