Revision 64d3bd52

b/lib/config.py
478 478
              would GetInstanceInfo return for the node
479 479

  
480 480
    """
481
    my_dict = dict([(node, self._UnlockedGetInstanceInfo(node))
482
                    for node in self._UnlockedGetInstanceList()])
481
    my_dict = dict([(instance, self._UnlockedGetInstanceInfo(instance))
482
                    for instance in self._UnlockedGetInstanceList()])
483 483
    return my_dict
484 484

  
485 485
  @locking.ssynchronized(_config_lock)

Also available in: Unified diff