Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XTCE generator scripts #680

Merged
2 changes: 1 addition & 1 deletion imap_processing/cdf/cdf_attribute_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def load_variable_attributes(self, file_name: str) -> None:
The name of the file to load from self.source_dir.
"""
# Add variable attributes from file_name. Each variable name should have the
# required sub fields as defined in the variable schema.
# Required subfields as defined in the variable schema.
raw_var_attrs = CdfAttributeManager._load_yaml_data(self.source_dir / file_name)
var_attrs = raw_var_attrs.copy()

Expand Down
Loading
Loading