From 11a8379c75265e721452ab039b7adefb37939579 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 7 Oct 2011 18:13:58 +0200 Subject: [PATCH] +comment Signed-off-by: Nico Schottelius --- lib/cdist/config_install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cdist/config_install.py b/lib/cdist/config_install.py index 766cffa2..3e67f7c1 100644 --- a/lib/cdist/config_install.py +++ b/lib/cdist/config_install.py @@ -105,7 +105,7 @@ class ConfigInstall: cdist.exec.shell_run_or_debug_fail(manifest_path, [manifest_path], env=env) def object_run(self, cdist_object): - """Run gencode or code for an object""" + """Run gencode and code for an object""" log.debug("Running object %s", cdist_object) # Catch requirements, which re-call us