Skip to content

Commit

Permalink
17036 fix _
Browse files Browse the repository at this point in the history
  • Loading branch information
arthanson committed Aug 5, 2024
1 parent e8cb7e6 commit 1579046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netbox/core/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ def get(self, request, job_id):
queue_index = QUEUES_MAP[job.origin]
queue = get_queue_by_index(queue_index)

stopped, _ = stop_jobs(queue, job_id)
stopped, __ = stop_jobs(queue, job_id)
if len(stopped) == 1:
messages.success(request, _('You have successfully stopped {job_id}').format(job_id=job_id))
else:
Expand Down

0 comments on commit 1579046

Please sign in to comment.