X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=blobdiff_plain;f=clientbin%2FsfiListNodes.py;h=b14b9827f5727b89c73c6d66811c03e2173e5854;hp=13377c9ac7cca9d701f749b3ca2cd92a89c9edc4;hb=4a9e6751f9f396f463932133b9d62fc925a99ef6;hpb=648ac3fd865ea29425485f26eb0a7bf1a62281e0 diff --git a/clientbin/sfiListNodes.py b/clientbin/sfiListNodes.py index 13377c9a..b14b9827 100755 --- a/clientbin/sfiListNodes.py +++ b/clientbin/sfiListNodes.py @@ -25,4 +25,4 @@ if command.opts.infile: if node.get('component_id'): hostname = xrn_to_hostname(node['component_id']) if hostname: - print hostname + print(hostname)