Skip to content

Commit

Permalink
Merge pull request #2384 from ganga-devs/autopep8-patches/mesmith75-p…
Browse files Browse the repository at this point in the history
…atch-1

PEP8 fixes for PR #2383 (mesmith75-patch-1) by autopep8
  • Loading branch information
mesmith75 authored Sep 12, 2024
2 parents cff32af + 4a16f7a commit 91e7df8
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 @@ -1432,7 +1432,7 @@ def prepare(self, force=False):

if (self.application.is_prepared is not None) and (force is False):
msg = "The application associated with job %s has already been prepared. "\
"To force the operation, call prepare(force=True)" % self.id
"To force the operation, call prepare(force=True)" % self.id
raise JobError(msg)
if self.application.is_prepared is None:
add_to_inputsandbox = addProxy(self.application).prepare()
Expand Down

0 comments on commit 91e7df8

Please sign in to comment.