summaryrefslogtreecommitdiff
path: root/cloudinit/CloudConfig/cc_scripts_per_boot.py
diff options
context:
space:
mode:
Diffstat (limited to 'cloudinit/CloudConfig/cc_scripts_per_boot.py')
-rw-r--r--cloudinit/CloudConfig/cc_scripts_per_boot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/CloudConfig/cc_scripts_per_boot.py b/cloudinit/CloudConfig/cc_scripts_per_boot.py
index fb643c6d..ee79f0a3 100644
--- a/cloudinit/CloudConfig/cc_scripts_per_boot.py
+++ b/cloudinit/CloudConfig/cc_scripts_per_boot.py
@@ -23,7 +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):
+def handle(_name, _cfg, _cloud, log, _args):
try:
util.runparts(runparts_path)
except: