Skip to content

Commit

Permalink
Revert "Validate populate command more rigorously"
Browse files Browse the repository at this point in the history
This reverts commit a81ebd8.
  • Loading branch information
Philip Thompson committed Oct 16, 2014
1 parent 81eee59 commit cc6000f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ccmlib/cmds/cluster_cmds.py
Expand Up @@ -239,11 +239,6 @@ def validate(self, parser, options, args):
if options.ipprefix and options.ipformat:
parser.print_help()
parser.error("%s and %s may not be used together" % (parser.get_option('-i'), parser.get_option('-I')))
exit(1)
if options.nodes is None or not isinstance(options.nodes, int):
parser.print_help()
parser.error("%s is not a valid number of nodes. Did you use -n?" % options.nodes)
exit(1)
self.nodes = parse_populate_count(options.nodes)

def run(self):
Expand Down

0 comments on commit cc6000f

Please sign in to comment.