Revision 3eccac06 lib/rpc.py

b/lib/rpc.py
974 974
    This is a single-node call.
975 975

  
976 976
    """
977
    result = self._SingleNodeCall(node, "export_info", [path])
978
    if not result.failed and result.data:
979
      result.data = objects.SerializableConfigParser.Loads(str(result.data))
980
    return result
977
    return self._SingleNodeCall(node, "export_info", [path])
981 978

  
982 979
  def call_instance_os_import(self, node, inst, src_node, src_images,
983 980
                              cluster_name):

Also available in: Unified diff