From 55e6c980755696aab4ce8ab9f50a9f39070b427c Mon Sep 17 00:00:00 2001 From: ronny abraham Date: Fri, 7 Jul 2023 15:16:11 +0300 Subject: [PATCH] updated docstrings that refer to fabric path by calling the head of the path 'fabric_local' --- modules/conf_setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/conf_setup.py b/modules/conf_setup.py index 1bb3bce..37b9fe3 100644 --- a/modules/conf_setup.py +++ b/modules/conf_setup.py @@ -210,7 +210,7 @@ def _store_configuration(config_dict, branch): def deploy_readmes(): """ - takes the readme files from tools/fabric/templates/readmes + takes the readme files from the fabric_local/templates/readmes and puts then under the top level of the project/scripts directory """ configuration = env.config @@ -225,7 +225,7 @@ def deploy_readmes(): def deploy_conf(): """ - takes the conf templates from tools/fabric/templates/conf + takes the conf templates from fabric_local/templates/conf and puts them under scripts/conf. Note, these "conf" files are NOT the same as the meta/branch.yml conf