From dbeb0c94e7824975137b6c7ec7202bede6f8a21e Mon Sep 17 00:00:00 2001 From: Cameron Hyde Date: Mon, 12 Aug 2024 07:00:08 +1000 Subject: [PATCH] Fix line break --- subdomains/scripts/parse_tools_to_produce_yml_files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subdomains/scripts/parse_tools_to_produce_yml_files.py b/subdomains/scripts/parse_tools_to_produce_yml_files.py index ba5babb1..613a9b47 100644 --- a/subdomains/scripts/parse_tools_to_produce_yml_files.py +++ b/subdomains/scripts/parse_tools_to_produce_yml_files.py @@ -10,7 +10,7 @@ import yaml parser = argparse.ArgumentParser( - description="Create installation yaml files from a Yaml file containing" " the panel_view/Toolkit data" + description="Create installation yaml files from a Yaml file containing the panel_view/Toolkit data" ) parser.add_argument("--tk", action="store", dest="toolkit", help="Path of the toolkit.yaml file") parser.add_argument(