Skip to content
  • Guido Trotter's avatar
    Simplify target generation in DistributeConfig · 41362e70
    Guido Trotter authored
    Currently we get the list of nodes, and for each one extract all its info, and
    just to exclude it if the name matches ours. Since the list of nodes is a list
    of names just use .remove() to exclude ourself from it, and use that list
    directly.
    
    Reviewed-by: iustinp
    41362e70