From d59ab509f6482b8b3af4fd9f2728ad1209d5b2e2 Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Wed, 22 Aug 2012 20:39:15 -0400 Subject: fix errors from 'make pep8' --- cloudinit/util.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cloudinit/util.py') diff --git a/cloudinit/util.py b/cloudinit/util.py index 7d56e8be..7f47341a 100644 --- a/cloudinit/util.py +++ b/cloudinit/util.py @@ -1337,10 +1337,10 @@ def subp(args, data=None, rcs=None, env=None, capture=True, shell=False, logstri if not logstring: LOG.debug(("Running command %s with allowed return codes %s" - " (shell=%s, capture=%s)"), args, rcs, shell, capture) + " (shell=%s, capture=%s)"), args, rcs, shell, capture) else: LOG.debug(("Running hidden command to protect sensitive input/output " - " logstring: %s" ), logstring) + " logstring: %s"), logstring) if not capture: stdout = None -- cgit v1.2.3