aboutsummaryrefslogtreecommitdiffstats
path: root/domino-cli.py
diff options
context:
space:
mode:
Diffstat (limited to 'domino-cli.py')
-rwxr-xr-xdomino-cli.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/domino-cli.py b/domino-cli.py
index 1681139..d9245b3 100755
--- a/domino-cli.py
+++ b/domino-cli.py
@@ -49,7 +49,8 @@ def main(argv, cli_port):
CLImsg = CLIMessage()
CLImsg.CLI_input = argv
CLIrespmsg = client.d_CLI(CLImsg)
-
+ if CLIrespmsg.CLI_response is not None:
+ print CLIrespmsg.CLI_response
except Thrift.TException, tx:
print '%s' % (tx.message)