From 15e3241ba725a21604e0f3570e755a91b5edba00 Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Tue, 17 Jan 2012 14:41:29 -0500 Subject: [PATCH] PEP8 coding style fixes. From: Juerg Haefliger This pulls in the named patch for LP: #914739 with a few other changes. --- cloudinit/CloudConfig/cc_scripts_user.py | 1 + 1 file changed, 1 insertion(+) (limited to 'cloudinit/CloudConfig/cc_scripts_user.py') diff --git a/cloudinit/CloudConfig/cc_scripts_user.py b/cloudinit/CloudConfig/cc_scripts_user.py index 3db3c7a6..949b4198 100644 --- a/cloudinit/CloudConfig/cc_scripts_user.py +++ b/cloudinit/CloudConfig/cc_scripts_user.py @@ -23,6 +23,7 @@ from cloudinit import get_ipath_cur frequency = per_instance runparts_path = "%s/%s" % (get_ipath_cur(), "scripts") + def handle(_name, _cfg, _cloud, log, _args): try: util.runparts(runparts_path) -- cgit v1.2.3