mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-25 11:01:09 +00:00
Correct syntax error in nodedeploy
This commit is contained in:
parent
f157ab1ef3
commit
2481759d44
@ -42,7 +42,7 @@ def main(args):
|
||||
ap.add_argument('profile', help='Profile name to deploy')
|
||||
args = ap.parse_args(args)
|
||||
if not args.network and not args.prepare:
|
||||
sys.stderr.write('-n or -p is a required argument currently)
|
||||
sys.stderr.write('-n or -p is a required argument currently')
|
||||
return 1
|
||||
c = client.Command()
|
||||
c.stop_if_noderange_over(args.noderange, args.maxnodes)
|
||||
|
Loading…
Reference in New Issue
Block a user