From 78ad6a810289f2dfe743b0170a926c4173098f99 Mon Sep 17 00:00:00 2001 From: Mark Smith Date: Thu, 12 Sep 2024 10:41:02 +0100 Subject: [PATCH] Update Job.py --- ganga/GangaCore/GPIDev/Lib/Job/Job.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ganga/GangaCore/GPIDev/Lib/Job/Job.py b/ganga/GangaCore/GPIDev/Lib/Job/Job.py index de54e1d2a0..f0af0a01a0 100755 --- a/ganga/GangaCore/GPIDev/Lib/Job/Job.py +++ b/ganga/GangaCore/GPIDev/Lib/Job/Job.py @@ -1431,7 +1431,7 @@ def prepare(self, force=False): return if (self.application.is_prepared is not None) and (force is False): - msg = "The application associated with job %s has already been prepared. " + msg = "The application associated with job %s has already been prepared. "\ "To force the operation, call prepare(force=True)" % self.id raise JobError(msg) if self.application.is_prepared is None: