Skip to content

Commit

Permalink
Resolve TODO.
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: David Grisham <[email protected]>
  • Loading branch information
dgrisham committed Sep 12, 2018
1 parent 611c391 commit bfeda42
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions commands/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,6 @@ func mapListWithOutput(ranges [][]int, nodes []testbedi.Core, fns []outputFunc)
}

if len(errs) != 0 {
// TODO: should shape of return error be same as results?
// e.g. return []error instead of error
return results, cli.NewMultiError(errs...)
}

Expand Down

0 comments on commit bfeda42

Please sign in to comment.