Skip to content
  • Iustin Pop's avatar
    Clone cmdlib._GetWantedNodes into _GetWantedInstances · 3312b702
    Iustin Pop authored
    This duplicates _GetWantedNodes to _GetWantedInstances, after doing some
    changes to it:
      - fix an indentation error that should result in only the last node
        name passed being chosen
      - change the function to have a single return statement
      - remove a redundant 'is not None' check
    
    Reviewed-by: imsnah
    3312b702