We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6574bb4 commit 944a577Copy full SHA for 944a577
1 file changed
satpy/tests/reader_tests/test_netcdf_utils.py
@@ -42,7 +42,7 @@ def __init__(self, filename, filename_info, filetype_info,
42
if extra_file_content:
43
self.file_content.update(extra_file_content)
44
self.engine = "netcdf4"
45
- self.accessor = get_accessor_and_filehandle_from_engine(self.engine)
+ self.accessor = get_accessor_and_filehandle_from_engine(filename, self.engine)
46
47
def get_test_content(self, filename, filename_info, filetype_info):
48
"""Mimic reader input file content.
0 commit comments