summaryrefslogtreecommitdiff
path: root/cloudinit/CloudConfig/cc_scripts_user.py
diff options
context:
space:
mode:
Diffstat (limited to 'cloudinit/CloudConfig/cc_scripts_user.py')
-rw-r--r--cloudinit/CloudConfig/cc_scripts_user.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/cloudinit/CloudConfig/cc_scripts_user.py b/cloudinit/CloudConfig/cc_scripts_user.py
index 9c7f2322..949b4198 100644
--- a/cloudinit/CloudConfig/cc_scripts_user.py
+++ b/cloudinit/CloudConfig/cc_scripts_user.py
@@ -23,7 +23,8 @@ from cloudinit import get_ipath_cur
frequency = per_instance
runparts_path = "%s/%s" % (get_ipath_cur(), "scripts")
-def handle(_name,_cfg,_cloud,log,_args):
+
+def handle(_name, _cfg, _cloud, log, _args):
try:
util.runparts(runparts_path)
except: