diff options
Diffstat (limited to 'opnfv/deployment/example.py')
-rw-r--r-- | opnfv/deployment/example.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opnfv/deployment/example.py b/opnfv/deployment/example.py index 6a76eb9..f456832 100644 --- a/opnfv/deployment/example.py +++ b/opnfv/deployment/example.py @@ -18,4 +18,4 @@ for node in nodes: print("Hello, I am node '%s' and my ip is %s." % (node.run_cmd('hostname'), node.ip)) -print handler.get_deployment_info() +print(handler.get_deployment_info()) |