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_per_boot.py | 1 + 1 file changed, 1 insertion(+) (limited to 'cloudinit/CloudConfig/cc_scripts_per_boot.py') diff --git a/cloudinit/CloudConfig/cc_scripts_per_boot.py b/cloudinit/CloudConfig/cc_scripts_per_boot.py index ee79f0a3..2eb77c18 100644 --- a/cloudinit/CloudConfig/cc_scripts_per_boot.py +++ b/cloudinit/CloudConfig/cc_scripts_per_boot.py @@ -23,6 +23,7 @@ from cloudinit import get_cpath frequency = per_always runparts_path = "%s/%s" % (get_cpath(), "scripts/per-boot") + def handle(_name, _cfg, _cloud, log, _args): try: util.runparts(runparts_path) -- cgit v1.2.3