Skip to content

Commit 91e7df8

Browse files
authored
Merge pull request ganga-devs#2384 from ganga-devs/autopep8-patches/mesmith75-patch-1
PEP8 fixes for PR ganga-devs#2383 (mesmith75-patch-1) by autopep8
2 parents cff32af + 4a16f7a commit 91e7df8

File tree

1 file changed

+1
-1
lines changed
  • ganga/GangaCore/GPIDev/Lib/Job

1 file changed

+1
-1
lines changed

ganga/GangaCore/GPIDev/Lib/Job/Job.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1432,7 +1432,7 @@ def prepare(self, force=False):
14321432

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

0 commit comments

Comments
 (0)