Skip to content

Commit

Permalink
Merge pull request #2383 from ganga-devs/mesmith75-patch-1
Browse files Browse the repository at this point in the history
Update Job.py
  • Loading branch information
mesmith75 authored Sep 12, 2024
2 parents 99318f2 + 78ad6a8 commit cff32af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ganga/GangaCore/GPIDev/Lib/Job/Job.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cff32af

Please sign in to comment.