From 1b37a7875403f644193db325c4de5bb2a6e8ec6e Mon Sep 17 00:00:00 2001 From: Magnus Feuer Date: Thu, 12 Feb 2015 14:43:31 -0800 Subject: Added comments --- python/rvi_call.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'python') diff --git a/python/rvi_call.py b/python/rvi_call.py index 015f590..9c8d1c2 100755 --- a/python/rvi_call.py +++ b/python/rvi_call.py @@ -40,6 +40,8 @@ rvi_node = sys.argv[1] service = sys.argv[2] args = [] i=3 + +# Construct a dictionary from the provided paths. while i < len(sys.argv): print sys.argv[i] [k, v] = sys.argv[i].split('=') @@ -59,6 +61,9 @@ print "RVI Node: ", rvi_node print "Service: ", service print "args: ", args +# +# Send the messge. +# rvi.message(service, args) -- cgit v1.2.1