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 2af060af..fb643c6d 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: