From cb2c37d30157e696efca07d4f3f3554d4ebddc9a Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Fri, 27 Sep 2013 19:42:38 -0400 Subject: [PATCH] pep8 fix --- cloudinit/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudinit/util.py b/cloudinit/util.py index cd1cc1a4..50ca7959 100644 --- a/cloudinit/util.py +++ b/cloudinit/util.py @@ -369,7 +369,7 @@ def multi_log(text, console=True, stderr=True, # A container may lack /dev/console (arguably a container bug). If # it does not exist, then write output to stdout. this will result # in duplicate stderr and stdout messages if stderr was True. - # + # # even though upstart or systemd might have set up output to go to # /dev/console, the user may have configured elsewhere via # cloud-config 'output'. If there is /dev/console, messages will