summaryrefslogtreecommitdiff
path: root/cloudinit/patcher.py
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2012-09-24 16:54:51 -0400
committerScott Moser <smoser@ubuntu.com>2012-09-24 16:54:51 -0400
commitcde52cc8449d82d5bdce2fbb73516bee144e293c (patch)
treecf6514c0713c3689e82a10176d08eae002c58204 /cloudinit/patcher.py
parentad22d407085009dcd1c860185e29f21858cdd968 (diff)
downloadvyos-cloud-init-cde52cc8449d82d5bdce2fbb73516bee144e293c.tar.gz
vyos-cloud-init-cde52cc8449d82d5bdce2fbb73516bee144e293c.zip
fix make pep8
Diffstat (limited to 'cloudinit/patcher.py')
-rw-r--r--cloudinit/patcher.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cloudinit/patcher.py b/cloudinit/patcher.py
index 8921a79a..fa140f04 100644
--- a/cloudinit/patcher.py
+++ b/cloudinit/patcher.py
@@ -39,6 +39,7 @@ def _patch_logging():
# sys.stderr using a fallback logger
fallback_handler = QuietStreamHandler(sys.stderr)
fallback_handler.setFormatter(logging.Formatter(FALL_FORMAT))
+
def handleError(self, record):
try:
fallback_handler.handle(record)