Skip to content
Snippets Groups Projects
Commit 1316ebc2 authored by Michael Hanselmann's avatar Michael Hanselmann
Browse files

jqueue: Fix epylint errors introduced in 37d76f1e


Signed-off-by: default avatarMichael Hanselmann <hansmi@google.com>
Reviewed-by: default avatarIustin Pop <iustin@google.com>
parent 37d76f1e
No related branches found
No related tags found
No related merge requests found
......@@ -1450,8 +1450,8 @@ class _JobDependencyManager:
def NotifyWaiters(self, job_id):
"""Notifies all jobs waiting for a certain job ID.
@important: Do not call until L{CheckAndRegister} returned a status other
than L{self.WAIT} for C{job_id}, or behaviour is undefined
@attention: Do not call until L{CheckAndRegister} returned a status other
than C{WAITDEP} for C{job_id}, or behaviour is undefined
@type job_id: string
@param job_id: Job ID
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment