Skip to content

Commit

Permalink
revert erroneous removal of **kwargs
Browse files Browse the repository at this point in the history
  • Loading branch information
gerritholl committed Dec 16, 2024
1 parent aae848b commit 5f6598b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion satpy/readers/yaml_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,8 @@ class FileYAMLReader(GenericYAMLReader, DataDownloadMixin):
def __init__(self,
config_dict,
filter_parameters=None,
filter_filenames=True):
filter_filenames=True,
**kwargs):
"""Set up initial internal storage for loading file data."""
super().__init__(config_dict, filter_parameters, filter_filenames)

Expand Down

0 comments on commit 5f6598b

Please sign in to comment.