Skip to content

Commit

Permalink
Fix line break
Browse files Browse the repository at this point in the history
  • Loading branch information
neoformit committed Aug 11, 2024
1 parent 6f21ff8 commit dbeb0c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subdomains/scripts/parse_tools_to_produce_yml_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit dbeb0c9

Please sign in to comment.