do not create base directory in transfer_object_parameter, somebody else should have done this

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
remotes/origin/feature_files_export
Nico Schottelius 13 years ago
parent 79234148aa
commit f8853467f3
  1. 4
      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)

Loading…
Cancel
Save