Skip to content

Commit 13733c5

Browse files
committed
Tiny fix in crucial place! (merge error?).
1 parent a8d022e commit 13733c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/iris/fileformats/netcdf/saver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1855,7 +1855,7 @@ def _create_generic_cf_array_var(
18551855
new_data[index_slice] = list(
18561856
"%- *s" % (string_dimension_depth, data[index])
18571857
)
1858-
data = new_data
1858+
data = new_data
18591859
else:
18601860
# A normal (numeric) variable.
18611861
# ensure a valid datatype for the file format.

0 commit comments

Comments
 (0)