Skip to content

Commit

Permalink
fix master kill
Browse files Browse the repository at this point in the history
  • Loading branch information
mesmith75 committed Jun 19, 2024
1 parent c4cc4dc commit 14219d1
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
"killed", transition_update=transition_update, update_master = False
)
self.updateStatus("killed", transition_update=transition_update)
#
Expand Down

0 comments on commit 14219d1

Please sign in to comment.