Skip to content

Commit

Permalink
minor text update
Browse files Browse the repository at this point in the history
  • Loading branch information
GernotMaier committed Feb 3, 2025
1 parent 99866d2 commit 53357e3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/simtools/applications/docs_produce_reports.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def _parse(label):

def generate_markdown_report(output_path, args_dict, data):
"""
Generate a markdown file to report the parameter values.
Generate a markdown report of all model parameters per array element.
Parameters
----------
Expand Down Expand Up @@ -111,7 +111,8 @@ def main(): # noqa: D103

logger.info(
f"Markdown report generated for {args['site']}"
f" Telescope {args['telescope']} (v{args['model_version']})"
f" Telescope {args['telescope']} (v{args['model_version']}):"
f" {output_path}"
)

if args["parameter"]:
Expand Down

0 comments on commit 53357e3

Please sign in to comment.