Skip to content
Snippets Groups Projects
Commit 10ec14bb authored by webmanue's avatar webmanue
Browse files

fix missing f-string prefix

- fixes error in CI
parent 7c009418
No related branches found
No related tags found
No related merge requests found
Pipeline #134476 passed
......@@ -423,7 +423,7 @@ def add_field(
- 3 columns: A vector field will be added.
- otherwise: The field is split into scalar fields, and those are added.
"""
hdf_path = "/fields/{field_name}"
hdf_path = f"/fields/{field_name}"
item = hdf_file[hdf_path]
shape = item.shape
......
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