Skip to content

Commit 9dba13e

Browse files
authored
Merge pull request ganga-devs#2368 from ganga-devs/autopep8-patches/kill_fix
PEP8 fixes for PR ganga-devs#2366 (kill_fix) by autopep8
2 parents 165b968 + 630456c commit 9dba13e

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
@@ -2462,7 +2462,7 @@ def _kill(self, transition_update):
24622462
raise JobError(msg)
24632463
try:
24642464
if self.backend.master_kill():
2465-
have_failures ='killed'
2465+
have_failures = 'killed'
24662466
############
24672467
# added as part of typestamp prototype by Justin
24682468
if not self._getParent():

0 commit comments

Comments
 (0)