Revision 653bc0f1 lib/jqueue.py

b/lib/jqueue.py
224 224
               "received_timestamp", "start_timestamp", "end_timestamp",
225 225
               "__weakref__", "processor_lock", "writable", "archived"]
226 226

  
227
  def _AddReasons(self):
227
  def AddReasons(self):
228 228
    """Extend the reason trail
229 229

  
230 230
    Add the reason for all the opcodes of this job to be executed.
......
260 260
    self.queue = queue
261 261
    self.id = int(job_id)
262 262
    self.ops = [_QueuedOpCode(op) for op in ops]
263
    self._AddReasons()
263
    self.AddReasons()
264 264
    self.log_serial = 0
265 265
    self.received_timestamp = TimeStampNow()
266 266
    self.start_timestamp = None

Also available in: Unified diff