2
0
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:
Jarrod Johnson 2020-07-01 15:16:39 -04:00
parent f157ab1ef3
commit 2481759d44

View File

@ -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)