Skip to content

Commit

Permalink
Update Job.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mesmith75 authored Sep 12, 2024
1 parent 99318f2 commit 78ad6a8
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 78ad6a8

Please sign in to comment.