Skip to content

Commit

Permalink
Fix typo in comment in make_plots.py
Browse files Browse the repository at this point in the history
Correct the spelling of "exception" in a comment within the make_plots.py
file.
  • Loading branch information
douglatornell committed Nov 30, 2024
1 parent d9dea0a commit 33baa2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nowcast/workers/make_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -1021,7 +1021,7 @@ def _render_figures(
try:
fig = _calc_figure(fig_func, args, kwargs)
except (FileNotFoundError, IndexError, KeyError, TypeError):
# **IMPORTANT**: the collection of exception above must match those
# **IMPORTANT**: the collection of exceptions above must match those
# handled in the _calc_figure() function
continue
if test_figure:
Expand Down

0 comments on commit 33baa2e

Please sign in to comment.