aboutsummaryrefslogtreecommitdiffstats
path: root/opnfv/deployment/example.py
diff options
context:
space:
mode:
authorjose.lausuch <jose.lausuch@ericsson.com>2017-02-14 14:37:05 +0100
committerjose.lausuch <jose.lausuch@ericsson.com>2017-02-14 16:58:05 +0100
commitf169fa760059f91ba68960a7f87ca915e7d0ddaf (patch)
tree6178525e8a96f13613846603489e042f05009947 /opnfv/deployment/example.py
parent2b191ef958106da17594ee8a4143a392984822b0 (diff)
Fix flake8 violations in releng
Change-Id: I45769ff9c9db2de9fbba69117a92de414dd7f651 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Diffstat (limited to 'opnfv/deployment/example.py')
-rw-r--r--opnfv/deployment/example.py2
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())