2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 09:32:21 +00:00

Merge pull request #72 from aduffy19/nodeidentify

Nodeidentify
This commit is contained in:
Jarrod Johnson 2017-04-20 14:33:06 -04:00 committed by GitHub
commit f6a0500e4a

View File

@ -37,6 +37,9 @@ except IndexError:
identifystate = None
if len(sys.argv) > 2:
identifystate = sys.argv[2]
else:
argparser.print_help()
sys.exit(1)
session = client.Command()
exitcode = 0
sys.exit(