Skip to content

Commit

Permalink
Issue #401 replaced line_logger with logger in line 698
Browse files Browse the repository at this point in the history
  • Loading branch information
bikegeek committed Nov 2, 2023
1 parent 098e9ba commit def68ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metplotpy/plots/line/line.py
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ def write_html(self) -> None:
# save html
self.figure.write_html(html_name, include_plotlyjs=False)

self.line_logger.info(f"Finished writing to html file: {datetime.now()}")
logger.info(f"Finished writing to html file: {datetime.now()}")

def write_output_file(self) -> None:
"""
Expand Down

0 comments on commit def68ed

Please sign in to comment.