Skip to content

Commit

Permalink
Merge pull request #2367 from ganga-devs/autopep8-patches/kill_fix
Browse files Browse the repository at this point in the history
PEP8 fixes for PR #2366 (kill_fix) by autopep8
  • Loading branch information
mesmith75 authored Jun 19, 2024
2 parents 14219d1 + e77d9a1 commit 2d96d5f
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 @@ -2476,7 +2476,7 @@ def _kill(self, transition_update):
"completed_frozen",
]:
jobs.updateStatus(
"killed", transition_update=transition_update, update_master = False
"killed", transition_update=transition_update, update_master=False
)
self.updateStatus("killed", transition_update=transition_update)
#
Expand Down

0 comments on commit 2d96d5f

Please sign in to comment.