From 1316ebc2429ef50d01ddead084aa444eb60ad97d Mon Sep 17 00:00:00 2001 From: Michael Hanselmann <hansmi@google.com> Date: Wed, 21 Dec 2011 17:01:08 +0100 Subject: [PATCH] jqueue: Fix epylint errors introduced in 37d76f1e4 Signed-off-by: Michael Hanselmann <hansmi@google.com> Reviewed-by: Iustin Pop <iustin@google.com> --- lib/jqueue.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/jqueue.py b/lib/jqueue.py index cc06b702c..1391f2a24 100644 --- a/lib/jqueue.py +++ b/lib/jqueue.py @@ -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 -- GitLab