summaryrefslogtreecommitdiff
path: root/cloudinit/util.py
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2012-08-22 20:39:15 -0400
committerScott Moser <smoser@ubuntu.com>2012-08-22 20:39:15 -0400
commitd59ab509f6482b8b3af4fd9f2728ad1209d5b2e2 (patch)
treed60921f18cf63946857cba0a621f44775e25b23e /cloudinit/util.py
parent6564861d44f843bb4e339db5691021ec7a95c511 (diff)
downloadvyos-cloud-init-d59ab509f6482b8b3af4fd9f2728ad1209d5b2e2.tar.gz
vyos-cloud-init-d59ab509f6482b8b3af4fd9f2728ad1209d5b2e2.zip
fix errors from 'make pep8'
Diffstat (limited to 'cloudinit/util.py')
-rw-r--r--cloudinit/util.py4
1 files changed, 2 insertions, 2 deletions
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