Skip to content
Snippets Groups Projects
Unverified Commit bcb7c611 authored by SKAJohanVenter's avatar SKAJohanVenter
Browse files

SAR-302 Updated docstring

parent 3e1a5da9
No related branches found
No related tags found
No related merge requests found
...@@ -306,8 +306,8 @@ class QueueManager: ...@@ -306,8 +306,8 @@ class QueueManager:
:type self: QueueManager.Worker :type self: QueueManager.Worker
:param queue: The queue from which tasks are pulled :param queue: The queue from which tasks are pulled
:type queue: Queue :type queue: Queue
:param logger: Logger to log to :param log_message: Method to log a message
:type logger: logging.Logger :type log_message: Callable
:param stopping_event: Indicates whether to get more tasks off the queue :param stopping_event: Indicates whether to get more tasks off the queue
:type stopping_event: Event :type stopping_event: Event
:param aborting_event: Indicates whether the queue is being aborted :param aborting_event: Indicates whether the queue is being aborted
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment