Skip to content

Commit

Permalink
minor text
Browse files Browse the repository at this point in the history
  • Loading branch information
GernotMaier committed Feb 3, 2025
1 parent 53357e3 commit d829e1e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/simtools/reporting/docs_read_parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def plot_parameter(self, parameter_name, telescope_model):
"""
Produce plot of given parameter.
Customise the config file according to command line input for
Customize the config file according to command line input for
producing reports and then use it to plot the tabular parameter data.
Parameters
Expand All @@ -172,7 +172,6 @@ def plot_parameter(self, parameter_name, telescope_model):
new_output_path = self.output_path / "images"
new_output_path.mkdir(parents=True, exist_ok=True)
output_file = new_output_path / f"{telescope_model.name}_{parameter_name}"
# customise config file
try:
with open(config_template, encoding="utf-8") as of:
old_content = of.read()
Expand Down

0 comments on commit d829e1e

Please sign in to comment.