diff options
author | Scott Moser <smoser@ubuntu.com> | 2013-09-27 19:42:38 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2013-09-27 19:42:38 -0400 |
commit | 023265367fc4cd9647c40fdef2a90684b80c2ea8 (patch) | |
tree | a6302271d5a3ef656be089a9551aea46adbb13eb /cloudinit/util.py | |
parent | cafa32eb35e6ef7eba70a49e56dfeda51fd1f8a1 (diff) | |
download | vyos-cloud-init-023265367fc4cd9647c40fdef2a90684b80c2ea8.tar.gz vyos-cloud-init-023265367fc4cd9647c40fdef2a90684b80c2ea8.zip |
pep8 fix
Diffstat (limited to 'cloudinit/util.py')
-rw-r--r-- | cloudinit/util.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |