summaryrefslogtreecommitdiffstats
path: root/openstack/common/rootwrap/cmd.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstack/common/rootwrap/cmd.py')
-rwxr-xr-xopenstack/common/rootwrap/cmd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack/common/rootwrap/cmd.py b/openstack/common/rootwrap/cmd.py
index 23986ac..f17f50a 100755
--- a/openstack/common/rootwrap/cmd.py
+++ b/openstack/common/rootwrap/cmd.py
@@ -58,7 +58,7 @@ def _subprocess_setup():
def _exit_error(execname, message, errorcode, log=True):
- print "%s: %s" % (execname, message)
+ print("%s: %s" % (execname, message))
if log:
LOG.error(message)
sys.exit(errorcode)