From f8853467f3aae87bd6c1b670aeac75c0dd206bd8 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 7 Oct 2011 15:39:51 +0200 Subject: [PATCH] do not create base directory in transfer_object_parameter, somebody else should have done this Signed-off-by: Nico Schottelius --- lib/cdist/config_install.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/cdist/config_install.py b/lib/cdist/config_install.py index 9c1f3b9d..734f7280 100644 --- a/lib/cdist/config_install.py +++ b/lib/cdist/config_install.py @@ -291,10 +291,6 @@ class ConfigInstall: os.path.join(self.context.remote_object_path, cdist_object.parameter_path) - # Create base path before using mkdir -p - # FIXME: needed? - self.remote_mkdir(remote_path) - # Synchronise parameter dir afterwards self.transfer_path(local_path, remote_path)