Skip to content

Commit

Permalink
Change generator usage to make deepcode bot happy
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Oct 7, 2020
1 parent 2321af4 commit c107f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion satpy/tests/reader_tests/test_abi_l1b.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ class TestABIYAML:
def test_file_patterns_match(self, channel, suffix):
"""Test that the configured file patterns work."""
from satpy.readers import configs_for_reader, load_reader
reader_configs = next(configs_for_reader('abi_l1b'))
reader_configs = list(configs_for_reader('abi_l1b'))[0]
reader = load_reader(reader_configs)
fn1 = ("OR_ABI-L1b-RadM1-M3{}_G16_s20182541300210_e20182541300267"
"_c20182541300308{}.nc").format(channel, suffix)
Expand Down

0 comments on commit c107f77

Please sign in to comment.