Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typo.
  • Loading branch information
EdwardSafford-NOAA committed Jan 2, 2024
1 parent 6360f9a commit b1f09ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eva/plotting/batch/base/plot_tools/figure_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def figure_driver(config, data_collections, timing, logger):
step_var_name = 'channel'
title_fill = ' Ch. '

# Get list of levels load step variables
# Get list of levels, load step variables
levels_str_or_list = batch_conf.get('levels', [])
levels = parse_channel_list(levels_str_or_list, logger)
if levels:
Expand Down

0 comments on commit b1f09ce

Please sign in to comment.