epydoc complained:
“File …/ganeti/jqueue.py, line 886, in
ganeti.jqueue._JobProcessor._MarkWaitlock
Warning: Redefinition of type for job”
---
lib/jqueue.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/jqueue.py b/lib/jqueue.py
index e2b4cf4..6d2e435 100644
--- a/lib/jqueue.py
+++ b/lib/jqueue.py
@@ -889,8 +889,8 @@ class _JobProcessor(object):
@type job: L{_QueuedJob}
@param job: Job object
- @type job: L{_QueuedOpCode}
- @param job: Opcode object
+ @type op: L{_QueuedOpCode}
+ @param op: Opcode object
"""
assert op in job.ops
--
1.7.0.4