Revision 63ea9789

b/lib/rapi/rlib2.py
1 1
#
2 2
#
3 3

  
4
# Copyright (C) 2006, 2007, 2008, 2009, 2010 Google Inc.
4
# Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 Google Inc.
5 5
#
6 6
# This program is free software; you can redistribute it and/or modify
7 7
# it under the terms of the GNU General Public License as published by
......
403 403
    result = cli.PollJob(job_id, cl, feedback_fn=baserlib.FeedbackFn)
404 404

  
405 405
    jobs = []
406
    for iname, node in result:
406
    for iname, node in result[0]:
407 407
      if dry_run:
408 408
        jid = None
409 409
      else:

Also available in: Unified diff