We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cff32af + 4a16f7a commit 91e7df8Copy full SHA for 91e7df8
ganga/GangaCore/GPIDev/Lib/Job/Job.py
@@ -1432,7 +1432,7 @@ def prepare(self, force=False):
1432
1433
if (self.application.is_prepared is not None) and (force is False):
1434
msg = "The application associated with job %s has already been prepared. "\
1435
- "To force the operation, call prepare(force=True)" % self.id
+ "To force the operation, call prepare(force=True)" % self.id
1436
raise JobError(msg)
1437
if self.application.is_prepared is None:
1438
add_to_inputsandbox = addProxy(self.application).prepare()
0 commit comments