Skip to content
Snippets Groups Projects
Commit 1335248e authored by EXT Jean-Matthieu Etancelin's avatar EXT Jean-Matthieu Etancelin
Browse files

fixup

parent 725b2f85
No related branches found
No related tags found
No related merge requests found
Pipeline #194888 failed
...@@ -153,7 +153,7 @@ class HDF_IO(HostOperatorBase, metaclass=ABCMeta): ...@@ -153,7 +153,7 @@ class HDF_IO(HostOperatorBase, metaclass=ABCMeta):
# Dictionnary of names to search in hdf file. May be None. # Dictionnary of names to search in hdf file. May be None.
# It will be checked during setup. # It will be checked during setup.
self.var_names = var_names self.var_names = {} if var_names is None else var_names
# Local topology, that MUST be common to all input_fields. # Local topology, that MUST be common to all input_fields.
self.topology = None self.topology = None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment