From f03189d34b855ce3842e86068435bdc236b27553 Mon Sep 17 00:00:00 2001 From: Anton Beloglazov Date: Wed, 3 Oct 2012 12:12:18 +1000 Subject: [PATCH] Minor fix --- compute-copy-conf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/compute-copy-conf.py b/compute-copy-conf.py index e832bb5..3ba0cb9 100644 --- a/compute-copy-conf.py +++ b/compute-copy-conf.py @@ -32,5 +32,4 @@ for host in compute_hosts: stderr=subprocess.STDOUT, shell=True).communicate()[0] if output: - print output - + print output